summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/image/image.test4
-rw-r--r--modules/node/node.test6
-rw-r--r--modules/openid/openid.test2
-rw-r--r--modules/simpletest/tests/error.test2
-rw-r--r--modules/simpletest/tests/theme.test6
-rw-r--r--modules/taxonomy/taxonomy.test6
6 files changed, 13 insertions, 13 deletions
diff --git a/modules/image/image.test b/modules/image/image.test
index 8ec77587b..6775085f4 100644
--- a/modules/image/image.test
+++ b/modules/image/image.test
@@ -105,7 +105,7 @@ class ImageFieldTestCase extends DrupalWebTestCase {
/**
* Tests the functions for generating paths and URLs for image styles.
*/
-class ImageStylesPathAndUrlUnitTest extends DrupalWebTestCase {
+class ImageStylesPathAndUrlTestCase extends DrupalWebTestCase {
protected $style_name;
protected $image_info;
protected $image_filepath;
@@ -951,7 +951,7 @@ class ImageFieldValidateTestCase extends ImageFieldTestCase {
/**
* Tests that images have correct dimensions when styled.
*/
-class ImageDimensionsUnitTest extends DrupalWebTestCase {
+class ImageDimensionsTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
diff --git a/modules/node/node.test b/modules/node/node.test
index 96b93cf4a..636b9be64 100644
--- a/modules/node/node.test
+++ b/modules/node/node.test
@@ -8,7 +8,7 @@
/**
* Test the node_load_multiple() function.
*/
-class NodeLoadMultipleUnitTest extends DrupalWebTestCase {
+class NodeLoadMultipleTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
@@ -821,7 +821,7 @@ class NodeRSSContentTestCase extends DrupalWebTestCase {
* @todo Cover hook_node_access in a separate test class.
* hook_node_access_records is covered in another test class.
*/
-class NodeAccessUnitTest extends DrupalWebTestCase {
+class NodeAccessTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Node access',
@@ -888,7 +888,7 @@ class NodeAccessUnitTest extends DrupalWebTestCase {
/**
* Test case to verify hook_node_access_records functionality.
*/
-class NodeAccessRecordsUnitTest extends DrupalWebTestCase {
+class NodeAccessRecordsTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Node access records',
diff --git a/modules/openid/openid.test b/modules/openid/openid.test
index 9b6b1ad5f..7e766b9fe 100644
--- a/modules/openid/openid.test
+++ b/modules/openid/openid.test
@@ -653,7 +653,7 @@ class OpenIDInvalidIdentifierTransitionTestCase extends OpenIDFunctionalTestCase
/**
* Test internal helper functions.
*/
-class OpenIDUnitTest extends DrupalWebTestCase {
+class OpenIDTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'OpenID helper functions',
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',
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()',
diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test
index cb80f57eb..70b2e8e12 100644
--- a/modules/taxonomy/taxonomy.test
+++ b/modules/taxonomy/taxonomy.test
@@ -180,7 +180,7 @@ class TaxonomyVocabularyFunctionalTest extends TaxonomyWebTestCase {
/**
* Tests for taxonomy vocabulary functions.
*/
-class TaxonomyVocabularyUnitTest extends TaxonomyWebTestCase {
+class TaxonomyVocabularyTestCase extends TaxonomyWebTestCase {
public static function getInfo() {
return array(
@@ -389,7 +389,7 @@ class TaxonomyVocabularyUnitTest extends TaxonomyWebTestCase {
/**
* Unit tests for taxonomy term functions.
*/
-class TaxonomyTermUnitTest extends TaxonomyWebTestCase {
+class TaxonomyTermFunctionTestCase extends TaxonomyWebTestCase {
public static function getInfo() {
return array(
@@ -1203,7 +1203,7 @@ class TaxonomyTermIndexTestCase extends TaxonomyWebTestCase {
/**
* Test the taxonomy_term_load_multiple() function.
*/
-class TaxonomyLoadMultipleUnitTest extends TaxonomyWebTestCase {
+class TaxonomyLoadMultipleTestCase extends TaxonomyWebTestCase {
public static function getInfo() {
return array(