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 Feb 7, 2021. It is now read-only.
There are a number of notices and several fatal errors in the Test suite preventing the automated builds from suceeding.
PHP Fatal error: Declaration of LmcUserTest\Authentication\Adapter\TestAsset\AbstractAdapterExtension::authenticate(Laminas\EventManager\EventInterface $e) must be compatible with LmcUser\Authentication\Adapter\ChainableAdapter::authenticate(LmcUser\Authentication\Adapter\AdapterChainEvent $e) in /home/travis/build/Laminas-Commons/LmcUser/tests/LmcUserTest/Authentication/Adapter/TestAsset/AbstractAdapterExtension.php on line 8
The text was updated successfully, but these errors were encountered:
We should probably remove testing with older versions of PHP and HHVM which are no longer supported.
And also bump up phpunit to a more recent supported version. That's not a simple task since there are BC when migrating to more recent versions of phpunit.
I have completed this work. I've removed <7.3 as those versions are not supported in at least one of the Laminas components used in LmcUser or it's dependencies.
I've updated phpunit to the latest version (a jump from v3 to v9!) and corrected/updated many tests that were using since-removed phpunity methods.
There are a number of notices and several fatal errors in the Test suite preventing the automated builds from suceeding.
PHP Fatal error: Declaration of LmcUserTest\Authentication\Adapter\TestAsset\AbstractAdapterExtension::authenticate(Laminas\EventManager\EventInterface $e) must be compatible with LmcUser\Authentication\Adapter\ChainableAdapter::authenticate(LmcUser\Authentication\Adapter\AdapterChainEvent $e) in /home/travis/build/Laminas-Commons/LmcUser/tests/LmcUserTest/Authentication/Adapter/TestAsset/AbstractAdapterExtension.php on line 8
The text was updated successfully, but these errors were encountered: