public function testUnderscoreToCamel()
 {
     $result = Factory::underscoreToCamel(parent::STRING_UNDERSCORE);
     $this->assertSame('phpEol', $result);
 }