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