summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-02-29 00:07:48 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-02-29 00:07:48 -0800
commit64c8b12b97a78a774eae6088d8d654ffdcd4d301 (patch)
treea421c811fc744568d1a9f6c63e5182cefc1ad418 /modules/taxonomy
parent559c4d739a50a897f0b8dfaf870524694109b6a1 (diff)
downloadbrdo-64c8b12b97a78a774eae6088d8d654ffdcd4d301.tar.gz
brdo-64c8b12b97a78a774eae6088d8d654ffdcd4d301.tar.bz2
Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.test6
1 files changed, 3 insertions, 3 deletions
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(