diff --git a/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php b/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php index 3d3993f..ec52f46 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentCommentsTest.php @@ -2,14 +2,13 @@ /** * @file - * Contains \Drupal\views\Tests\Comment\DefaultViewRecentCommentsTest. - * 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 DefaultViewRecentCommentsTest extends ViewTestBase { diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php index dd14d0f..d2bfdd0 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNodeTest.php @@ -2,8 +2,7 @@ /** * @file - * Contains \Drupal\views\Tests\Taxonomy\RelationshipRepresentativeNodeTest. - * Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode. + * Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNodeTest. */ namespace Drupal\taxonomy\Tests\Views; diff --git a/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherUnitTest.php b/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherUnitTest.php index 60fce17..2bcee0e 100644 --- a/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherUnitTest.php +++ b/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherUnitTest.php @@ -1,7 +1,3 @@ - * @file - * Definition of Drupal\system\Tests\Routing\NestedMatcherUnitTest. - */ -class NestedMatcherUnitTest extends UnitTestBase {