From 64c8b12b97a78a774eae6088d8d654ffdcd4d301 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 29 Feb 2012 00:07:48 -0800 Subject: Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests. --- modules/simpletest/tests/error.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests/error.test') diff --git a/modules/simpletest/tests/error.test b/modules/simpletest/tests/error.test index b1ec4b3f5..5b6b04b9e 100644 --- a/modules/simpletest/tests/error.test +++ b/modules/simpletest/tests/error.test @@ -3,7 +3,7 @@ /** * Tests Drupal error and exception handlers. */ -class DrupalErrorHandlerUnitTest extends DrupalWebTestCase { +class DrupalErrorHandlerTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'Drupal error handlers', -- cgit v1.2.3