By default, calling zf create controller my creates controller file, and test file, with content like this:
require_once 'PHPUnit/Framework/TestCase.php'; class MyControllerTest extends PHPUnit_Framework_TestCase ... I want to customize test body. How should I do this? I have found, that I can change: Zend/Tool/Project/Context/Zf/TestApplicationControllerFile.php, but how to do this without changing the framework files? -- regards takeshin -- View this message in context: http://n4.nabble.com/Customize-Test-files-generated-by-Zend-Tool-tp1579573p1579573.html Sent from the Zend Framework mailing list archive at Nabble.com.
