This commit is contained in:
Eloy Lafuente (stronk7)
2015-11-10 23:44:28 +01:00
+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) {