Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / File / FileSystemTest.php
index 645daf43d24540b87b0c7718340c8527f4aeee89..247e9f1b05c97571afc8b6fa0c4b210dd39acdde 100644 (file)
@@ -15,7 +15,7 @@ use org\bovigo\vfs\vfsStream;
 class FileSystemTest extends UnitTestCase {
 
   /**
-   * @var \Drupal\Core\File\FileSystem
+   * @var \Drupal\Core\File\FileSystemInterface
    */
   protected $fileSystem;
 
@@ -119,7 +119,7 @@ class FileSystemTest extends UnitTestCase {
     $data[] = [
       'public://dir/test.txt',
       'test',
-      '.txt'
+      '.txt',
     ];
     return $data;
   }