From 6d61ca5c7cf06d4895973f7ee6a3ce638f4e89b9 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 11 May 2014 08:46:50 -0500 Subject: [PATCH] Issue #2256405 by blueminds: VocabularyUnitTest and VocabularyTest are misnamed. --- .../Tests/{VocabularyUnitTest.php => VocabularyCrudTest.php} | 4 ++-- .../Tests/{VocabularyTest.php => VocabularyUITest.php} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename core/modules/taxonomy/lib/Drupal/taxonomy/Tests/{VocabularyUnitTest.php => VocabularyCrudTest.php} (98%) rename core/modules/taxonomy/lib/Drupal/taxonomy/Tests/{VocabularyTest.php => VocabularyUITest.php} (98%) diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyCrudTest.php similarity index 98% rename from core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php rename to core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyCrudTest.php index ae757f34b5..2bb922c1b8 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyCrudTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\taxonomy\Tests\VocabularyUnitTest. + * Contains \Drupal\taxonomy\Tests\VocabularyCrudTest. */ namespace Drupal\taxonomy\Tests; @@ -10,7 +10,7 @@ /** * Tests for taxonomy vocabulary functions. */ -class VocabularyUnitTest extends TaxonomyTestBase { +class VocabularyCrudTest extends TaxonomyTestBase { /** * Modules to enable. diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUITest.php similarity index 98% rename from core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php rename to core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUITest.php index de7338f6e8..112a597286 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUITest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\taxonomy\Tests\VocabularyTest. + * Contains \Drupal\taxonomy\Tests\VocabularyUiTest. */ namespace Drupal\taxonomy\Tests; @@ -10,7 +10,7 @@ /** * Tests the taxonomy vocabulary interface. */ -class VocabularyTest extends TaxonomyTestBase { +class VocabularyUiTest extends TaxonomyTestBase { public static function getInfo() { return array( -- GitLab