You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
After checking the Travis build, it seems that the function arguments are serious for checking the function argument counter.
Here is the exception ,message snippet during executing the PHPUnit test:
EmailTemplatesTest\InputFilter\TemplateInputFilterTest::testValidationOfEachProperty with data set#0 ('updateParameters', true, null, true)
ArgumentCountError: Too few arguments to functionRoave\EmailTemplates\Validator\CanRenderValidator::__construct(), 0 passed in /home/lee/EmailTemplates/vendor/zendframework/zend-servicemanager/src/AbstractPluginManager.php on line 291 and exactly 1 expected
Please fix this.
Thanks.
The text was updated successfully, but these errors were encountered:
On 7 Feb 2018 20:21, "peter279k" ***@***.***> wrote:
After checking the Travis build, it seems that the function arguments are
serious for checking the function arguments. Here is the code snippet
EmailTemplatesTest\InputFilter\TemplateInputFilterTest::testValidationOfEachProperty with data set #0 ('updateParameters', true, null, true)
ArgumentCountError: Too few arguments to function Roave\EmailTemplates\Validator\CanRenderValidator::__construct(), 0 passed in /home/lee/EmailTemplates/vendor/zendframework/zend-servicemanager/src/AbstractPluginManager.php on line 291 and exactly 1 expected
Please fix this.
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJakDgN5SHG43hIwut9tny-pRsshaPkks5tSffKgaJpZM4R9QFl>
.
Reading the Travis-ci logs, it looks like it's installing Zend framework components that are no longer supporting the old style of factories. I'll update the factories and tag a new master based on the latest components tomorrow.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After checking the Travis build, it seems that the function arguments are serious for checking the function argument counter.
Here is the exception ,message snippet during executing the PHPUnit test:
Please fix this.
Thanks.
The text was updated successfully, but these errors were encountered: