Skip to content

Commit

Permalink
Adding extract task to Console Group test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 13, 2009
1 parent 2ea6047 commit 360ea2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cake/tests/groups/console.group.php
Expand Up @@ -53,16 +53,16 @@ function ConsoleGroupTest() {
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'console' . DS . 'libs' . DS . 'shell');

$path = CORE_TEST_CASES . DS . 'console' . DS . 'libs' . DS . 'tasks' . DS;

TestManager::addTestFile($this, $path . 'controller');
TestManager::addTestFile($this, $path . 'model');
TestManager::addTestFile($this, $path . 'view');
TestManager::addTestFile($this, $path . 'fixture');
TestManager::addTestFile($this, $path . 'test');
TestManager::addTestFile($this, $path . 'db_config');
TestManager::addTestFile($this, $path . 'extract');
TestManager::addTestFile($this, $path . 'fixture');
TestManager::addTestFile($this, $path . 'model');
TestManager::addTestFile($this, $path . 'plugin');
TestManager::addTestFile($this, $path . 'project');

TestManager::addTestFile($this, $path . 'test');
TestManager::addTestFile($this, $path . 'view');
}
}
?>

0 comments on commit 360ea2a

Please sign in to comment.