コード例 #1
0
ファイル: StrTest.php プロジェクト: anekdotes/support
 public function testAscii3()
 {
     $this->assertEquals(Str::ascii('arrête'), 'arrete');
 }