public function testClassNameToHyphen()
 {
     $result = Factory::classNameToHyphen(parent::STRING_CLASS_NAME);
     $this->assertSame('Php-Eol', $result);
 }