diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php b/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php index 3209880bbb7..ac254e69ed2 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\aggregator\Tests\FeedProcessorTest. + * Contains \Drupal\aggregator\Tests\FeedFetcherPluginTest. */ namespace Drupal\aggregator\Tests; diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php b/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php index 6087b6fbe27..a577b728887 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\aggregator\Tests\FeedProcessorTest. + * Contains \Drupal\aggregator\Tests\FeedProcessorPluginTest. */ namespace Drupal\aggregator\Tests;