I guess you have to install the test suite which is also on sourceforge. Anyway it is not mandatory to press the "y" key in order to bake a cake.
Brian French wrote: > I am creating a new project and i am using the bake.php script to do this. > > I go through the process to create the Model then is asks: > Cake test suite not installed. Do you want to bake unit test files > anyway? (y/n) > > I select Yes and it gives me the below error: > You can download the Cake test suite from > http://cakeforge.org/frs/?group_id=62 > Fatal error: Call to a member function on a non-object in > /path/to/bake.php on line 1341 > > In bake.php that line is referring to: $filename = > $inflect->underscore($className.'Controller').'.test.php'; > > What would be causing bake.php not to create that object? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
