comparison vendor/psy/psysh/test/Util/StrTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 5fb285c0d0e3
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
24 } 24 }
25 25
26 public function unvisProvider() 26 public function unvisProvider()
27 { 27 {
28 //return require_once(__DIR__.'/../fixtures/unvis_fixtures.php'); 28 //return require_once(__DIR__.'/../fixtures/unvis_fixtures.php');
29 return json_decode(file_get_contents(__DIR__ . '/../fixtures/unvis_fixtures.json')); 29 return \json_decode(\file_get_contents(__DIR__ . '/../fixtures/unvis_fixtures.json'));
30 } 30 }
31 } 31 }