X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FUtil%2FStrTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FUtil%2FStrTest.php;h=2a58d9f98621dfa23460a9adc67df84ed9df5c71;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/psy/psysh/test/Util/StrTest.php b/vendor/psy/psysh/test/Util/StrTest.php new file mode 100644 index 000000000..2a58d9f98 --- /dev/null +++ b/vendor/psy/psysh/test/Util/StrTest.php @@ -0,0 +1,31 @@ +assertSame($expected, Str::unvis($input)); + } + + public function unvisProvider() + { + //return require_once(__DIR__.'/../fixtures/unvis_fixtures.php'); + return json_decode(file_get_contents(__DIR__ . '/../fixtures/unvis_fixtures.json')); + } +}