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/theme.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/simpletest/tests/theme.test') diff --git a/modules/simpletest/tests/theme.test b/modules/simpletest/tests/theme.test index 19775a7f8..85f67b460 100644 --- a/modules/simpletest/tests/theme.test +++ b/modules/simpletest/tests/theme.test @@ -8,7 +8,7 @@ /** * Unit tests for the Theme API. */ -class ThemeUnitTest extends DrupalWebTestCase { +class ThemeTestCase extends DrupalWebTestCase { protected $profile = 'testing'; public static function getInfo() { @@ -116,7 +116,7 @@ class ThemeUnitTest extends DrupalWebTestCase { /** * Unit tests for theme_table(). */ -class ThemeTableUnitTest extends DrupalWebTestCase { +class ThemeTableTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'Theme Table', @@ -315,7 +315,7 @@ class ThemeLinksTest extends DrupalWebTestCase { /** * Functional test for initialization of the theme system in hook_init(). */ -class ThemeHookInitUnitTest extends DrupalWebTestCase { +class ThemeHookInitTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'Theme initialization in hook_init()', -- cgit v1.2.3