assertSame($expected, Str::unvis($input)); } public function unvisProvider() { return \json_decode(\file_get_contents(__DIR__.'/../fixtures/unvis_fixtures.json')); } }