Browse Source

Fixing schema shell tests

Jose Lorenzo Rodriguez 15 years ago
parent
commit
0c9f4c1935
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/Cake/tests/cases/console/shells/schema.test.php

+ 3 - 0
lib/Cake/tests/cases/console/shells/schema.test.php

@@ -18,8 +18,11 @@
  */
 
 App::uses('ShellDispatcher', 'Console');
+App::uses('ConsoleOutput', 'Console');
+App::uses('ConsoleInput', 'Console');
 App::uses('Shell', 'Console');
 App::uses('CakeSchema', 'Model');
+App::uses('SchemaShell', 'Console/Command');
 
 /**
  * Test for Schema database management