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 27, 2023. It is now read-only.
While creating for another project a unit test for controller there appeared a problem:
They were not starting, found problem at lib/EcomDev/PHPUnit/Mock/Proxy.php wich implements PHPUnit_Framework_MockObject_MockObject and is required to implement also function __phpunit_hasMatchers.
I have raised a PR which fixes this issue.
Also my IDE shows following error . Fortunately for me this has not stopped testing controller
The text was updated successfully, but these errors were encountered:
While creating for another project a unit test for controller there appeared a problem:
They were not starting, found problem at
lib/EcomDev/PHPUnit/Mock/Proxy.php
wich implements PHPUnit_Framework_MockObject_MockObject and is required to implement also function __phpunit_hasMatchers.I have raised a PR which fixes this issue.
Also my IDE shows following error
. Fortunately for me this has not stopped testing controller
The text was updated successfully, but these errors were encountered: