/** * */ public function testAscii() { $this->assertEquals('hello', Str::ascii('hello')); $this->assertEquals('l', Str::ascii('øl')); }