diff --git a/core/tests/Drupal/Tests/Component/DrupalComponentTest.php b/core/tests/Drupal/Tests/Component/DrupalComponentTest.php index d960e7c..e3a1b28 100644 --- a/core/tests/Drupal/Tests/Component/DrupalComponentTest.php +++ b/core/tests/Drupal/Tests/Component/DrupalComponentTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\Tests\Component\NoCoreInComponentTest. + * Contains \Drupal\Tests\Component\DrupalComponentTest. */ namespace Drupal\Tests\Component; @@ -69,7 +69,6 @@ protected function assertNoCoreUsage($class_path) { // Allow linking to Core files with @see docs. Its harmless and boosts DX // because even outside projects can treat those links as examples. if ($line && !strpos($line, '@see ')) { - if (strpos($line, 'Drupal\\Core')) var_dump($class); $this->assertFalse(strpos($line, 'Drupal\\Core')); } }