mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-34484 unit tests: stop phpunit using testcase names as class names
This commit is contained in:
parent
3294034b80
commit
564fcb3bee
@ -925,7 +925,7 @@ class phpunit_util {
|
||||
global $CFG;
|
||||
|
||||
$template = '
|
||||
<testsuite name="@component@">
|
||||
<testsuite name="@component@ test suite">
|
||||
<directory suffix="_test.php">@dir@</directory>
|
||||
</testsuite>';
|
||||
$data = file_get_contents("$CFG->dirroot/phpunit.xml.dist");
|
||||
|
Loading…
x
Reference in New Issue
Block a user