summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/error.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-15 06:20:20 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-15 06:20:20 +0000
commit8b86d0da84570d3f6d461a502b94bedc2f91889e (patch)
tree701433b527d673f2c0bdf88236e7239a39c2826a /modules/simpletest/tests/error.test
parent838b4c65100df5ebda24a4b10f6405d2b38a888e (diff)
downloadbrdo-8b86d0da84570d3f6d461a502b94bedc2f91889e.tar.gz
brdo-8b86d0da84570d3f6d461a502b94bedc2f91889e.tar.bz2
#296574 by boombatower and chx: Provide debug function for debugging during tests and elsewhere.
Diffstat (limited to 'modules/simpletest/tests/error.test')
-rw-r--r--modules/simpletest/tests/error.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/error.test b/modules/simpletest/tests/error.test
index 2be62f327..28d6e0830 100644
--- a/modules/simpletest/tests/error.test
+++ b/modules/simpletest/tests/error.test
@@ -36,7 +36,7 @@ class DrupalErrorHandlerUnitTest extends DrupalWebTestCase {
'%file' => realpath('modules/simpletest/tests/error_test.module'),
);
$error_user_notice = array(
- '%type' => 'User notice',
+ '%type' => 'User warning',
'%message' => 'Drupal is awesome',
'%function' => 'error_test_generate_warnings()',
'%line' => 48,