Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
120b3ad6
Commit
120b3ad6
authored
Nov 10, 2015
by
Rajesh Taneja
Browse files
MDL-52077 unittest: Fixed string typo
parent
c12979c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/phpunit/classes/advanced_testcase.php
View file @
120b3ad6
...
...
@@ -85,7 +85,7 @@ abstract class advanced_testcase extends PHPUnit_Framework_TestCase {
$debugerror
=
phpunit_util
::
display_debugging_messages
();
$this
->
resetDebugging
();
if
(
$debugerror
)
{
trigger_error
(
'Une
n
xpected debugging() call detected.'
,
E_USER_NOTICE
);
trigger_error
(
'Unexpected debugging() call detected.'
,
E_USER_NOTICE
);
}
}
catch
(
Exception
$e
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment