Hi, where is the right place to put a class which extends and add some functionalities to ControllerTestCase so that I can it inside all my controllers tests? Imagine all my controllers tests implement a testAction wrapper: it would be handy to extend ControllerTestCase, implement such wrapper in there, and finally make all my tests extend MyControllerTestCase instead of the legacy one.
Regards, Matteo -- http://www.matteolandi.net/ -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
