This repository was archived by the owner on May 27, 2023. It is now read-only.

Description
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