コード例 #1
0
ファイル: StrTest.php プロジェクト: kohkimakimoto/altax
 public function testStudly()
 {
     $this->assertEquals("AaaBbbCcc", Str::studly("aaa_bbb_ccc"));
 }