cakephp2-php8/cake/tests/cases/console
mark_story a55098b00b Making TaskCollection require a Shell instead of a ShellDispatcher.
This will help reduce the coupling between ShellDispatcher and other objects.
Since ShellDispatcher never directly uses or interacts with TaskCollection, it doesn't make much sense for it to have one.  Instead shells will either get their own, or be passed one in.
2010-10-13 23:18:19 -04:00
..
libs Making TaskCollection require a Shell instead of a ShellDispatcher. 2010-10-13 23:18:19 -04:00
all_shells.test.php Adding ConsoleOutput to the AllShells group. 2010-10-13 23:18:18 -04:00
all_tasks.test.php Moving All Tasks suite. 2010-09-25 00:13:06 -04:00
console_error_handler.test.php Integrating ConsoleOutput with ConsoleErrorHandler. 2010-10-13 23:18:18 -04:00
console_output.test.php Making ShellDispatcher use exceptions instead of returning false and doing other goofy things. 2010-10-13 23:18:18 -04:00
shell_dispatcher.test.php Making ShellDispatcher use exceptions instead of returning false and doing other goofy things. 2010-10-13 23:18:18 -04:00