Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Annotation / AnnotatedClassDiscoveryCachedTest.php
index e19c5574316ec191b6da73d9ef87d52f8fa577e5..61f7069f9c06eec454f9836be3872ebe0f2f6dd1 100644 (file)
@@ -31,7 +31,7 @@ class AnnotatedClassDiscoveryCachedTest extends TestCase {
    */
   public function testGetDefinitions() {
     // Path to the classes which we'll discover and parse annotation.
-    $discovery_path  = __DIR__ . '/Fixtures';
+    $discovery_path = __DIR__ . '/Fixtures';
     // File path that should be discovered within that directory.
     $file_path = $discovery_path . '/PluginNamespace/DiscoveryTest1.php';