diff --git a/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.php b/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryUnitTest.php similarity index 96% rename from core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.php rename to core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryUnitTest.php index d0ee5fb..1ed06ea 100644 --- a/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.php +++ b/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryUnitTest.php @@ -1,7 +1,7 @@ 'Routes', 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..a0302cf 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. + * Definition of 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 a813f9f..e80af9e 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. + * Definition of 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 98% rename from core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php rename to core/modules/user/lib/Drupal/user/Tests/UserBlocksTest.php index 07c71e8..800e91b 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. + * Definition of 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/Comment/DefaultViewRecentComments.php b/core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentCommentsTest.php similarity index 98% rename from core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentComments.php rename to core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentCommentsTest.php index 73ddfe0..5d23059 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentComments.php +++ b/core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentCommentsTest.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\views\Tests\Comment\DefaultViewRecentComments. + * Definition of Drupal\views\Tests\Comment\DefaultViewRecentCommentsTest. */ namespace Drupal\views\Tests\Comment; @@ -10,7 +10,7 @@ use Drupal\entity\DatabaseStorageController; use Drupal\views\Tests\ViewTestBase; -class DefaultViewRecentComments extends ViewTestBase { +class DefaultViewRecentCommentsTest extends ViewTestBase { /** * 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..a50a6fb 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 @@