cakephp2-php8/lib/Cake/Console
Marc Würth 4a37ad5637 Added return before redirects
As recommended by the Cookbook:
http://book.cakephp.org/2.0/en/development/testing.html#testing-controllers

> When testing actions that contain redirect() and other code following the redirect it is generally a good idea to return when redirecting. The reason for this, is that redirect() is mocked in testing, and does not exit like normal. And instead of your code exiting, it will continue to run code following the redirect.
2013-07-28 23:44:07 +02:00
..
Command Fixes cake bake all. Refs #1443. 2013-07-20 20:21:35 +02:00
Templates Added return before redirects 2013-07-28 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 Made _stop() usage in Consoles / Tasks more consistent 2013-07-01 14:15:54 +02:00
TaskCollection.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00