cakephp2-php8/lib/Cake/Console
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
..
Command unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Templates Adding files to be compared against bake generated files, fixing bake templates in the meantime. 2013-08-21 23:44:07 +02:00
cake Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
cake.bat Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
cake.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleErrorHandler.php correct return types in doc blocks 2013-07-05 17:19:22 +02:00
ConsoleInput.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleInputArgument.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleInputOption.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleInputSubcommand.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleOptionParser.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleOutput.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
HelpFormatter.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Shell.php doublespace to single space 2013-07-05 14:36:40 +02:00
ShellDispatcher.php Conditionally define constants in the CLI environment. 2013-08-19 10:40:09 -04:00
TaskCollection.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00