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
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
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.