public function testCamelToHyphen()
 {
     $result = Factory::camelToHyphen(parent::STRING_CAMEL);
     $this->assertSame('php-Eol', $result);
 }