예제 #1
0
파일: StrTest.php 프로젝트: lucidphp/common
 /** @test */
 public function strcamelCaseAll()
 {
     $this->assertEquals('FooBar', Str::camelCaseAll('foo_bar'));
 }