Anyone interested in package of classes/config that allows to place unittests, fixtures and functional tests in /modules/XXX/tests/ directories?
We have managed to make such configuration and it can (in some cases) greatly improve encapsulation of module files. Everything is in one subdirectory, testing suite watches only for modules configured in main config…
Anyone?
I am just asking because I have to do some code improvements to make it possible to show to the public (comments, class names, package, etc)… As for now it works fine for me.