Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

PHP 7.1 feature #11

Open
peter279k opened this issue Feb 7, 2018 · 2 comments
Open

PHP 7.1 feature #11

peter279k opened this issue Feb 7, 2018 · 2 comments

Comments

@peter279k
Copy link

peter279k commented Feb 7, 2018

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

@peter279k peter279k changed the title PHP 7.2 feature PHP 7.1 feature Feb 7, 2018
@Ocramius
Copy link
Member

Ocramius commented Feb 7, 2018 via email

@macnibblet
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants