MDL-52077 unittest: Fixed string typo

This commit is contained in:
Rajesh Taneja
2015-11-10 13:54:18 +08:00
parent fb290224b0
commit 4529cf6c76
+1 -1
View File
@@ -85,7 +85,7 @@ abstract class advanced_testcase extends PHPUnit_Framework_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) {