Is there any significant benefit or detriment in placing my "test[s]" folder inside the "module" directory structure rather than at the project level?
Example: "module/ModuleName/test/" Some Pros: * Encapsulation. For example, the module and its tests can be moved as a unit from one project into the other. Otherwise you have to go into "test[s]" folder at the project level and pull out relevant tests to go with it, assuming all tests have been placed into the project level "test[s]" folder. Some Cons: * In my autoload I have to set up secondary namespace lookup, which theoretically creates extra work for PSR: Dennis -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Pros-Cons-of-placing-test-s-folder-in-your-module-directory-tp4662794.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
