From 06ca70fdba14010b14e189b840cc9b30c000a69b Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Wed, 25 Oct 2017 11:56:02 +0100 Subject: [PATCH] Issue #2913459 by Eric_A: drupal/core-class-finder missing in ComposerIntegrationTest --- core/tests/Drupal/Tests/ComposerIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tests/Drupal/Tests/ComposerIntegrationTest.php b/core/tests/Drupal/Tests/ComposerIntegrationTest.php index 511fd529caba..b56849d86313 100644 --- a/core/tests/Drupal/Tests/ComposerIntegrationTest.php +++ b/core/tests/Drupal/Tests/ComposerIntegrationTest.php @@ -47,6 +47,7 @@ class ComposerIntegrationTest extends UnitTestCase { $this->root . '/core/lib/Drupal/Component/Annotation', $this->root . '/core/lib/Drupal/Component/Assertion', $this->root . '/core/lib/Drupal/Component/Bridge', + $this->root . '/core/lib/Drupal/Component/ClassFinder', $this->root . '/core/lib/Drupal/Component/Datetime', $this->root . '/core/lib/Drupal/Component/DependencyInjection', $this->root . '/core/lib/Drupal/Component/Diff',