mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-17522 no db specific tests - they all must work the same!
This commit is contained in:
parent
923602a056
commit
0055221839
@ -80,12 +80,6 @@ if (!empty($tests)) {
|
||||
$test->addTestFile($CFG->libdir.'/dml/simpletest/testdml.php');
|
||||
$test->addTestFile($CFG->libdir.'/ddl/simpletest/testddl.php');
|
||||
|
||||
// Look for DB-specific tests (testing sql_ helper functions)
|
||||
$dbfilename = $CFG->libdir.'/dml/simpletest/test_'.get_class($database).'.php';
|
||||
if (file_exists($dbfilename)) {
|
||||
$test->addTestFile($dbfilename);
|
||||
}
|
||||
|
||||
// Make the reporter, which is what displays the results.
|
||||
$reporter = new ExHtmlReporter($showpasses);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user