mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 03:19:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
2
vendor/psy/psysh/test/Util/StrTest.php
vendored
2
vendor/psy/psysh/test/Util/StrTest.php
vendored
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user