Skip to content

Commit

Permalink
Moving AppTest into a separate file.
Browse files Browse the repository at this point in the history
Updating test suite.
  • Loading branch information
markstory committed Nov 14, 2010
1 parent 1b89547 commit 27287e4
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 526 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/all_configure.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static function suite() {
$suite = new PHPUnit_Framework_TestSuite('All Configure, App and ClassRegistry related tests');

$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'configure.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'app.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry.test.php');
return $suite;
}
Expand Down

0 comments on commit 27287e4

Please sign in to comment.