public function testHyphenToCamel()
 {
     $result = Factory::hyphenToCamel(parent::STRING_HYPHEN);
     $this->assertSame('phpEol', $result);
 }