mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-47564-master' of https://github.com/sammarshallou/moodle
This commit is contained in:
commit
01c3b4c50b
@ -198,7 +198,7 @@ class tree extends tree_node {
|
||||
|
||||
// For unit tests, also allow the mock plugin type (even though it
|
||||
// isn't configured in the code as a proper plugin).
|
||||
if (defined('PHPUNIT_TEST')) {
|
||||
if (PHPUNIT_TEST) {
|
||||
$enabled['mock'] = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user