mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Changing order of test run in AllShells group to avoid errors
This commit is contained in:
parent
5c3b4cfcc4
commit
d45788e14f
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ class AllShellsTest extends PHPUnit_Framework_TestSuite {
|
|||
|
||||
$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'cake.test.php');
|
||||
$suite->addTestFile(CORE_TEST_CASES . DS . 'console' . DS . 'console_error_handler.test.php');
|
||||
$tasks = array('acl', 'api', 'bake', 'schema', 'shell');
|
||||
$tasks = array('schema', 'acl', 'api', 'bake', 'shell');
|
||||
foreach ($tasks as $task) {
|
||||
$suite->addTestFile($path . $task . '.test.php');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue