diff options
Diffstat (limited to 'modules/simpletest/tests/error.test')
-rw-r--r-- | modules/simpletest/tests/error.test | 2 |
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, |