Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Administration, Unit tests
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
This directory was renamed as simpletest is being treated as a special name throughout Moodle. simpletest is a special directory that holds unit tests. Directories 'simpletest' are now ignored by get_list_of_plugins(). Since get_list_of_plugins() is used to construct the admin menu we needed to rename this directory to make the unit tests show up on the menu.
See also http://tracker.moodle.org/browse/MDL-17000