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
7920d1f0
Commit
7920d1f0
authored
Nov 10, 2015
by
Eloy Lafuente
Committed by
Dan Poltawski
Nov 11, 2015
Browse files
Merge branch 'wip-mdl-52077-m28' of
https://github.com/rajeshtaneja/moodle
into MOODLE_28_STABLE
parents
61935431
120b3ad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/phpunit/classes/advanced_testcase.php
View file @
7920d1f0
...
...
@@ -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