Todo List
PHPUnit2_Framework_TestCase | --TraxGeneratorTest
Generated by PHPUnit2_Util_Skeleton on 2006-03-01 at 15:34:17.
void main( )
void rmrfdir( string $dir)
void setUp( )
Create a dummy Trax work area in the temporary directory
void tearDown( )
void testController_help( )
void testFix_php_brackets( )
void testGenerate_controller( )
We would like to test create_controller(), create_helper() and create_view() in isolation before we test generate_controller() but that's impossible because they depend on private variables which are set only in generate_controller().
void testGenerate_model( )
void testGenerate_scaffold1( )
void testGenerate_scaffold2( )
void testGenerate_scaffold3( )
void testGenerate_scaffold4( )
void testGenerator_help( )
void testModel_help( )
void testRun( )
void testScaffold_help( )