ZF-7112: Controller tests for modules won't be stored to module tests
Description
When you create a controller with "zf create controller index 1 blog", the IndexControllerTest.php get's stored under with the following comment:
Creating a controller test file at /..../tests/application/controllers/IndexControllerTest.php
But it should be stored unter
/..../tests/application/modules/blog/controllers/IndexControllerTest.php
Comments
Posted by Alex (zocki) on 2009-07-30T05:19:13.000+0000
I also noticed this issue. Also when you create another index controller in another module it will overwrite the existing IndexControllerTest in tests/controllers
Posted by Przemys?aw Wróbel (wrobel) on 2011-01-05T01:22:59.000+0000
I have the same problem. Tests for contollers does not support modular structure!
Posted by Ramon Henrique Ornelas (ramon) on 2011-04-30T19:50:14.000+0000
Already was fixed in 1.11.4 see article http://dz.zend.com/a/13192