mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
changing test order
L10nTest defines DEFAULT_LANGUAGE causing CakeTimeTest to fail
This commit is contained in:
parent
b4f51df491
commit
9b62e7ddab
1 changed files with 1 additions and 1 deletions
|
@ -48,13 +48,13 @@ class AllTests extends PHPUnit_Framework_TestSuite {
|
|||
$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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue