コード例 #1
0
ファイル: UTF8Test.php プロジェクト: braf/phalcana-core
 /**
  * Tests UTF8::transliterateToAscii
  *
  * @test
  * @dataProvider provider_transliterateToAscii
  */
 public function test_transliterateToAscii($input, $case, $expected)
 {
     $this->assertSame($expected, UTF8::transliterateToAscii($input, $case));
 }