-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.6, 2.7, 2.8
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-48194-master -
In the generated phpunit.xml, the generated testsuite names are inconsistently named:
Core testsuites are named like:
<testsuite name="core_phpunit_testsuite">
All others are named:
<testsuite name="atto_indent test suite">
It's irritating because it makes them less guessable when wishing to run all testsuits for a component.
They should ideally all match the same naming scheme without spaces and with the word 'testsuite' rather than two words 'test suite'
- has been marked as being related by
-
MDL-45565 Incoming messages screen duplicates Admin contact
-
- Closed
-