Skip to content

Commit

Permalink
changing test order
Browse files Browse the repository at this point in the history
L10nTest defines DEFAULT_LANGUAGE causing CakeTimeTest to fail
  • Loading branch information
rchavik committed Feb 10, 2012
1 parent b4f51df commit 9b62e7d
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,13 +48,13 @@ public static function suite() {
$suite->addTestFile($path . 'AllEventTest.php');
$suite->addTestFile($path . 'AllHelpersTest.php');
$suite->addTestFile($path . 'AllLogTest.php');
$suite->addTestFile($path . 'AllI18nTest.php');
$suite->addTestFile($path . 'Model' . DS . 'ModelTest.php');
$suite->addTestFile($path . 'AllRoutingTest.php');
$suite->addTestFile($path . 'AllNetworkTest.php');
$suite->addTestFile($path . 'AllTestSuiteTest.php');;
$suite->addTestFile($path . 'AllUtilityTest.php');
$suite->addTestFile($path . 'AllViewTest.php');
$suite->addTestFile($path . 'AllI18nTest.php');
return $suite;
}
}

0 comments on commit 9b62e7d

Please sign in to comment.