diff --git a/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php b/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php similarity index 97% rename from core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php rename to core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php index 46d0318..ec52f46 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php @@ -2,15 +2,15 @@ /** * @file - * Contains \Drupal\comment\Tests\Views\DefaultViewRecentComments. + * Contains \Drupal\comment\Tests\Views\DefaultViewRecentCommentsTest. */ namespace Drupal\comment\Tests\Views; use Drupal\entity\DatabaseStorageController; -use Drupal\views\Tests\ViewTestBase; +use Drupal\views\Tests\ViewTestBase; -class DefaultViewRecentComments extends ViewTestBase { +class DefaultViewRecentCommentsTest extends ViewTestBase { /** * Modules to enable. diff --git a/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php b/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionTest.php similarity index 98% rename from core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php rename to core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionTest.php index 80a835d..c953a15 100644 --- a/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php +++ b/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\language\Tests\LanguageBrowserDetectionUnitTest. + * Contains \Drupal\language\Tests\LanguageBrowserDetectionTest. */ namespace Drupal\language\Tests; @@ -13,7 +13,7 @@ /** * Test browser language detection. */ -class LanguageBrowserDetectionUnitTest extends WebTestBase { +class LanguageBrowserDetectionTest extends WebTestBase { public static $modules = array('language'); diff --git a/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php b/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslationTest.php similarity index 96% rename from core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php rename to core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslationTest.php index d8e028f..792a496 100644 --- a/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php +++ b/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslationTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\locale\Tests\LocaleJavascriptTranslation. + * Contains \Drupal\locale\Tests\LocaleJavascriptTranslationTest. */ namespace Drupal\locale\Tests; @@ -12,7 +12,7 @@ /** * Functional tests for JavaScript parsing for translatable strings. */ -class LocaleJavascriptTranslation extends WebTestBase { +class LocaleJavascriptTranslationTest extends WebTestBase { /** * Modules to enable. diff --git a/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractTest.php b/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractUnitTest.php similarity index 94% rename from core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractTest.php rename to core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractUnitTest.php index b7ea84a..3559470 100644 --- a/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractTest.php +++ b/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\search\Tests\SearchExpressionInsertExtractTest. + * Contains \Drupal\search\Tests\SearchExpressionInsertExtractUnitTest. */ namespace Drupal\search\Tests; @@ -14,7 +14,7 @@ * * @see http://drupal.org/node/419388 (issue) */ -class SearchExpressionInsertExtractTest extends UnitTestBase { +class SearchExpressionInsertExtractUnitTest extends UnitTestBase { public static function getInfo() { return array( 'name' => 'Search expression insert/extract', diff --git a/core/modules/system/lib/Drupal/system/Tests/Common/ColorTest.php b/core/modules/system/lib/Drupal/system/Tests/Common/ColorUnitTest.php similarity index 97% rename from core/modules/system/lib/Drupal/system/Tests/Common/ColorTest.php rename to core/modules/system/lib/Drupal/system/Tests/Common/ColorUnitTest.php index 2c32b31..5f96f0e 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Common/ColorTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Common/ColorUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\system\Tests\Common\ColorTest. + * Contains \Drupal\system\Tests\Common\ColorUnitTest. */ namespace Drupal\system\Tests\Common; @@ -13,7 +13,7 @@ /** * Tests color conversion functions. */ -class ColorTest extends UnitTestBase { +class ColorUnitTest extends UnitTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php b/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelUnitTest.php similarity index 97% rename from core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php rename to core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelUnitTest.php index 2b90e18..21f16a4 100644 --- a/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\DrupalKernel\DrupalKernelTest. + * Contains \Drupal\system\Tests\DrupalKernel\DrupalKernelUnitTest. */ namespace Drupal\system\Tests\DrupalKernel; @@ -16,7 +16,7 @@ /** * Tests compilation of the DIC. */ -class DrupalKernelTest extends UnitTestBase { +class DrupalKernelUnitTest extends UnitTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableUnitTest.php similarity index 97% rename from core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php rename to core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableUnitTest.php index 9f4d01e..e681b11 100644 --- a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageExpirableTest. + * Contains \Drupal\system\Tests\KeyValueStore\DatabaseStorageExpirableUnitTest. */ namespace Drupal\system\Tests\KeyValueStore; @@ -12,7 +12,7 @@ /** * Tests the key-value database storage. */ -class DatabaseStorageExpirableTest extends StorageTestBase { +class DatabaseStorageExpirableUnitTest extends StorageUnitTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageUnitTest.php similarity index 89% rename from core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php rename to core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageUnitTest.php index a76281a..d2df26a 100644 --- a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageTest. + * Contains \Drupal\system\Tests\KeyValueStore\DatabaseStorageUnitTest. */ namespace Drupal\system\Tests\KeyValueStore; @@ -12,7 +12,7 @@ /** * Tests the key-value database storage. */ -class DatabaseStorageTest extends StorageTestBase { +class DatabaseStorageUnitTest extends StorageUnitTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionUnitTest.php similarity index 94% rename from core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php rename to core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionUnitTest.php index 82c52df..2ea9309 100644 --- a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\KeyValueStore\GarbageCollectionTest. + * Contains \Drupal\system\Tests\KeyValueStore\GarbageCollectionUnitTest. */ namespace Drupal\system\Tests\KeyValueStore; @@ -14,7 +14,7 @@ /** * Tests garbage collection for DatabaseStorageExpirable. */ -class GarbageCollectionTest extends UnitTestBase { +class GarbageCollectionUnitTest extends UnitTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageUnitTest.php similarity index 89% rename from core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php rename to core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageUnitTest.php index 5f1f0ba..e8e8505 100644 --- a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\KeyValueStore\MemoryStorageTest. + * Contains \Drupal\system\Tests\KeyValueStore\MemoryStorageUnitTest. */ namespace Drupal\system\Tests\KeyValueStore; @@ -10,7 +10,7 @@ /** * Tests the key-value memory storage. */ -class MemoryStorageTest extends StorageTestBase { +class MemoryStorageUnitTest extends StorageUnitTestBase { /** * Holds the original default key/value service name. diff --git a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageUnitTestBase.php similarity index 98% rename from core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php rename to core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageUnitTestBase.php index 9bd2412..d7519d8 100644 --- a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php +++ b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageUnitTestBase.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\KeyValueStore\StorageTestBase. + * Contains \Drupal\system\Tests\KeyValueStore\StorageUnitTestBase. */ namespace Drupal\system\Tests\KeyValueStore; @@ -14,7 +14,7 @@ /** * Base class for testing key-value storages. */ -abstract class StorageTestBase extends UnitTestBase { +abstract class StorageUnitTestBase extends UnitTestBase { /** * An array of random stdClass objects. diff --git a/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php b/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnableTest.php similarity index 91% rename from core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php rename to core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnableTest.php index b2d08fc..6d6192d 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php +++ b/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnableTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\system\Tests\Module\ModuleEnable. + * Contains \Drupal\system\Tests\Module\ModuleEnableTest. */ namespace Drupal\system\Tests\Module; @@ -12,7 +12,7 @@ /** * Tests module_enable(). */ -class ModuleEnable extends WebTestBase { +class ModuleEnableTest extends WebTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php b/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverUnitTest.php similarity index 90% rename from core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php rename to core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverUnitTest.php index 46ed2a3..7477e6e 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\system\Tests\Routing\ControllerResolverTest. + * Contains \Drupal\system\Tests\Routing\ControllerResolverUnitTest. */ namespace Drupal\system\Tests\Routing; @@ -16,7 +16,7 @@ /** * Tests that the Drupal-extended ControllerResolver is functioning properly. */ -class ControllerResolverTest extends UnitTestBase { +class ControllerResolverUnitTest extends UnitTestBase { public static function getInfo() { return array( diff --git a/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php b/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperUnitTest.php similarity index 97% rename from core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php rename to core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperUnitTest.php index 7f6f312..113d4a0 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\system\Tests\Routing\UrlMatcherDumperTest. + * Contains \Drupal\system\Tests\Routing\MatcherDumperUnitTest. */ namespace Drupal\system\Tests\Routing; @@ -17,7 +17,7 @@ /** * Basic tests for the UrlMatcherDumper. */ -class MatcherDumperTest extends UnitTestBase { +class MatcherDumperUnitTest extends UnitTestBase { /** * A collection of shared fixture data for tests. diff --git a/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php b/core/modules/system/lib/Drupal/system/Tests/Routing/RouteUnitTest.php similarity index 94% rename from core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php rename to core/modules/system/lib/Drupal/system/Tests/Routing/RouteUnitTest.php index 6e808e7..0538473 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Routing/RouteUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\system\Tests\Routing\RouteTest. + * Contains \Drupal\system\Tests\Routing\RouteUnitTest. */ namespace Drupal\system\Tests\Routing; @@ -14,7 +14,7 @@ /** * Basic tests for the Route. */ -class RouteTest extends UnitTestBase { +class RouteUnitTest extends UnitTestBase { public static function getInfo() { return array( 'name' => 'Routes', diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php similarity index 93% rename from core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php rename to core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php index c87a437..d2bfdd0 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode. + * Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNodeTest. */ namespace Drupal\taxonomy\Tests\Views; @@ -10,7 +10,7 @@ /** * Tests the representative node relationship for terms. */ -class RelationshipRepresentativeNode extends TaxonomyTestBase { +class RelationshipRepresentativeNodeTest extends TaxonomyTestBase { /** * Views used by this test. diff --git a/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php b/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseUnitTest.php similarity index 97% rename from core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php rename to core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseUnitTest.php index 5fb54e3..a635d62 100644 --- a/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php +++ b/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\user\Tests\TempStoreDatabaseTest. + * Contains \Drupal\user\Tests\TempStoreDatabaseUnitTest. */ namespace Drupal\user\Tests; @@ -17,7 +17,7 @@ * * @see Drupal\Core\TempStore\TempStore. */ -class TempStoreDatabaseTest extends UnitTestBase { +class TempStoreDatabaseUnitTest extends UnitTestBase { /** * A key/value store factory. diff --git a/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php b/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTest.php similarity index 97% rename from core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php rename to core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTest.php index deec20e..a714d70 100644 --- a/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php +++ b/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\user\Tests\UserAccountLinksTests. + * Contains \Drupal\user\Tests\UserAccountLinksTest. */ namespace Drupal\user\Tests; @@ -12,7 +12,7 @@ /** * Tests user links in the secondary menu. */ -class UserAccountLinksTests extends WebTestBase { +class UserAccountLinksTest extends WebTestBase { /** * Modules to enable. diff --git a/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php b/core/modules/user/lib/Drupal/user/Tests/UserBlocksTest.php similarity index 97% rename from core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php rename to core/modules/user/lib/Drupal/user/Tests/UserBlocksTest.php index 052c254..7870af0 100644 --- a/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php +++ b/core/modules/user/lib/Drupal/user/Tests/UserBlocksTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\user\Tests\UserBlocksTests. + * Contains \Drupal\user\Tests\UserBlocksTest. */ namespace Drupal\user\Tests; @@ -12,7 +12,7 @@ /** * Test user blocks. */ -class UserBlocksTests extends WebTestBase { +class UserBlocksTest extends WebTestBase { /** * Modules to enable. diff --git a/core/modules/views/lib/Drupal/views/Tests/PluginTypeListTest.php b/core/modules/views/lib/Drupal/views/Tests/PluginTypeListUnitTest.php similarity index 89% rename from core/modules/views/lib/Drupal/views/Tests/PluginTypeListTest.php rename to core/modules/views/lib/Drupal/views/Tests/PluginTypeListUnitTest.php index 807ccb6..0e0b1af 100644 --- a/core/modules/views/lib/Drupal/views/Tests/PluginTypeListTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/PluginTypeListUnitTest.php @@ -1,7 +1,7 @@