示例#1
0
 public function testGetHumanAttributeName()
 {
     $test = new UnitTest();
     $this->assertEquals('String value', $test->humanAttributeName('string_value'));
 }