diff --git a/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php b/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php index 7240e86..79e62a2 100644 --- a/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php +++ b/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php @@ -23,7 +23,7 @@ class OptimizedPhpArrayDumperTest extends \PHPUnit_Framework_TestCase { /** * The container builder instance. * - * @var \Drupal\Core\DependencyInjection\ContainerBuilder + * @var \Symfony\Component\DependencyInjection\ContainerBuilder */ protected $containerBuilder;