Beispiel #1
0
 public function testStudly()
 {
     $this->assertEquals("AaaBbbCcc", Str::studly("aaa_bbb_ccc"));
 }