public function testUnderscoreToHyphen()
 {
     $result = Factory::underscoreToHyphen(parent::STRING_UNDERSCORE);
     $this->assertSame('php-eol', $result);
 }