diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-02-29 00:07:48 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-02-29 00:07:48 -0800 |
commit | 64c8b12b97a78a774eae6088d8d654ffdcd4d301 (patch) | |
tree | a421c811fc744568d1a9f6c63e5182cefc1ad418 /modules/simpletest/tests/error.test | |
parent | 559c4d739a50a897f0b8dfaf870524694109b6a1 (diff) | |
download | brdo-64c8b12b97a78a774eae6088d8d654ffdcd4d301.tar.gz brdo-64c8b12b97a78a774eae6088d8d654ffdcd4d301.tar.bz2 |
Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests.
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 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', |