コード例 #1
0
ファイル: fUTF8Test.php プロジェクト: philip/flourish
 /**
  * @dataProvider ucwordsProvider
  */
 public function testUcwords($input, $output)
 {
     $this->assertEquals($output, fUTF8::ucwords($input));
 }