↧
How to unit test redirecting in Zend Framework 2
I’ve been working with Zend Framework 2 last couple of weeks and so far I like it better than the legacy Zend Framework. Proper namespaces and separate bootstrap for each module are nice features. I am...
View ArticleAccess entity manager in Zend Framework 2 unit tests
In order to access the entity manager in your unit tests you will have to make your PHPUnit bootstrap file a little bit more complex. You will need to access the entity manager if you are using...
View Article