Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / Util / StrTest.php
index 2a58d9f98621dfa23460a9adc67df84ed9df5c71..4f99a79b3708e02335adf3391725651b8051c3b3 100644 (file)
@@ -26,6 +26,6 @@ class StrTest extends \PHPUnit\Framework\TestCase
     public function unvisProvider()
     {
         //return require_once(__DIR__.'/../fixtures/unvis_fixtures.php');
-        return json_decode(file_get_contents(__DIR__ . '/../fixtures/unvis_fixtures.json'));
+        return \json_decode(\file_get_contents(__DIR__ . '/../fixtures/unvis_fixtures.json'));
     }
 }