Hello, I have created abstract class MyProjModule that is extended by every Module.php. This class handles exceptions, logging etc in it's onBootstrap() function.
The problem is, when i run unit tests for controllers it brings an error that class MyProjModule is not found. How can I 'tell' phpunit to see extended classes? Thank you -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-Unit-Test-Fails-For-Abstract-Class-tp4659770.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
