Skip to content

Commit

Permalink
Fix broken AllTests.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 21, 2011
1 parent eb17653 commit 0cf389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/AllTestsTest.php
Expand Up @@ -48,7 +48,7 @@ public static function suite() {
$suite->addTestFile($path . 'AllHelpersTest.php');
$suite->addTestFile($path . 'AllLogTest.php');
$suite->addTestFile($path . 'AllI18nTest.php');
$suite->addTestFile($path . 'AllModelTest.php');
$suite->addTestFile($path . 'Model' . DS . 'ModelTest.php');
$suite->addTestFile($path . 'AllRoutingTest.php');
$suite->addTestFile($path . 'AllNetworkTest.php');
$suite->addTestFile($path . 'AllTestSuiteTest.php');;
Expand Down

0 comments on commit 0cf389e

Please sign in to comment.