cakephp2-php8/lib/Cake/Test/Case/Console/Command/Task
Renan Gonçalves 703d9881e9 Adding files to be compared against bake generated files, fixing bake templates in the meantime.
Writing assertContains() or assertRegExp for generated code is a pain and making the test cover most part of it is very difficult.

Things like:
 ```
 } else {
 }
 ```

Are very easy to happen (which was the case) and was not being covered by the test.
2013-08-21 23:44:07 +02:00
..
ControllerTaskTest.php Adding files to be compared against bake generated files, fixing bake templates in the meantime. 2013-08-21 23:44:07 +02:00
DbConfigTaskTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ExtractTaskTest.php Fix I18n to extract plugin model validation messages 2013-07-07 11:20:14 +07:00
FixtureTaskTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelTaskTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
PluginTaskTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ProjectTaskTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
TemplateTaskTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
TestTaskTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
ViewTaskTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00