X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FUtil%2FStrTest.php;h=4f99a79b3708e02335adf3391725651b8051c3b3;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=2a58d9f98621dfa23460a9adc67df84ed9df5c71;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/psy/psysh/test/Util/StrTest.php b/vendor/psy/psysh/test/Util/StrTest.php index 2a58d9f98..4f99a79b3 100644 --- a/vendor/psy/psysh/test/Util/StrTest.php +++ b/vendor/psy/psysh/test/Util/StrTest.php @@ -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')); } }