Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.6, 2.7, 2.8
-
Component/s: Unit tests
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-48194-master -
Pull Master Diff URL:
Description
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'
Attachments
Issue Links
- has been marked as being related by
-
MDL-45565 Incoming messages screen duplicates Admin contact
-
- Closed
-