MDL-41267 fix phpunit tests

This commit is contained in:
Eloy Lafuente (stronk7) 2013-09-04 01:11:54 +02:00
parent f875599462
commit 4e6f199203

View File

@ -332,6 +332,7 @@ class core_component_testcase extends advanced_testcase {
$expected = array(
'mod' => "$CFG->dirroot/mod",
'editor' => "$CFG->dirroot/lib/editor",
'tool' => "$CFG->dirroot/$CFG->admin/tool",
'local' => "$CFG->dirroot/local",
);