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