mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-32323 test database first, if DML/DDL fails everything else will too
This commit is contained in:
parent
714f3998a8
commit
fe11e694d1
@ -20,15 +20,15 @@
|
||||
<!--All core suites need to be manually added here-->
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="core_db">
|
||||
<directory suffix="_test.php">lib/ddl/tests</directory>
|
||||
<directory suffix="_test.php">lib/dml/tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="core_lib">
|
||||
<directory suffix="_test.php">lib/tests</directory>
|
||||
<directory suffix="_test.php">lib/ajax/tests</directory>
|
||||
<directory suffix="_test.php">lib/form/tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="core_db">
|
||||
<directory suffix="_test.php">lib/ddl/tests</directory>
|
||||
<directory suffix="_test.php">lib/dml/tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="core_backup">
|
||||
<directory suffix="_test.php">backup/controller/tests</directory>
|
||||
<directory suffix="_test.php">backup/converter/moodle1/tests</directory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user