Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
99d76cad
Commit
99d76cad
authored
Apr 15, 2010
by
Dave Reid
Browse files
by Dave Reid: Fixed WATCHDOG_EMERG renamed to WATCHDOG_EMERGENCY.
parent
25abbc2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlsitemap.test
View file @
99d76cad
...
...
@@ -252,7 +252,7 @@ class XMLSitemapTestHelper extends DrupalWebTestCase {
$verbose
=
array
();
foreach
(
$messages
as
$message
)
{
if
(
in_array
(
$message
->
severity
,
array
(
WATCHDOG_EMERG
,
WATCHDOG_ALERT
,
WATCHDOG_CRITICAL
,
WATCHDOG_ERROR
,
WATCHDOG_WARNING
)))
{
if
(
in_array
(
$message
->
severity
,
array
(
WATCHDOG_EMERG
ENCY
,
WATCHDOG_ALERT
,
WATCHDOG_CRITICAL
,
WATCHDOG_ERROR
,
WATCHDOG_WARNING
)))
{
$this
->
fail
(
$message
->
text
);
}
$verbose
[]
=
$message
->
text
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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