cakephp2-php8/cake/tests/cases/console/libs
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
..
tasks Updating includes for shell + task includes to point at the new file. 2010-10-13 23:18:17 -04:00
acl.test.php Updating includes for shell + task includes to point at the new file. 2010-10-13 23:18:17 -04:00
api.test.php Updating includes for shell + task includes to point at the new file. 2010-10-13 23:18:17 -04:00
bake.test.php Updating includes for shell + task includes to point at the new file. 2010-10-13 23:18:17 -04:00
command_list.test.php Starting to move command list out to a separate class so ShellDispatcher can stop having stderr/stdout connections. 2010-10-13 23:18:18 -04:00
schema.test.php Updating includes for shell + task includes to point at the new file. 2010-10-13 23:18:17 -04:00
shell.test.php Integrating ConsoleOutput with ConsoleErrorHandler. 2010-10-13 23:18:18 -04:00
task_collection.test.php Making TaskCollection require a Shell instead of a ShellDispatcher. 2010-10-13 23:18:19 -04:00
testsuite.test.php Updating includes for shell + task includes to point at the new file. 2010-10-13 23:18:17 -04:00