From 442fea7c65ecb64ffac69e4fbf3a94ab5e59588a Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 28 Jul 2016 17:19:53 +0100 Subject: [PATCH] Issue #2771331 by johan.gant: drupal/core-uuid composer.json not tested by \Drupal\Tests\ComposerIntegrationTest::testComposerJson() --- 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 5ab72f636a..80a18b6513 100644 --- a/core/tests/Drupal/Tests/ComposerIntegrationTest.php +++ b/core/tests/Drupal/Tests/ComposerIntegrationTest.php @@ -64,6 +64,7 @@ protected function getPaths() { $this->root . '/core/lib/Drupal/Component/Serialization', $this->root . '/core/lib/Drupal/Component/Transliteration', $this->root . '/core/lib/Drupal/Component/Utility', + $this->root . '/core/lib/Drupal/Component/Uuid', ]; } -- GitLab