MDL-52077 unittest: Fixed string typo

This commit is contained in:
Rajesh Taneja
2015-11-10 13:53:47 +08:00
parent 821ab27c19
commit 81676e84e6
+1 -1
View File
@@ -85,7 +85,7 @@ abstract class advanced_testcase extends base_testcase {
$debugerror = phpunit_util::display_debugging_messages();
$this->resetDebugging();
if ($debugerror) {
trigger_error('Unenxpected debugging() call detected.', E_USER_NOTICE);
trigger_error('Unexpected debugging() call detected.', E_USER_NOTICE);
}
} catch (Exception $e) {