MDL-52077 unittest: Fixed string typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user