public function testHyphenToUnderscore()
 {
     $result = Factory::hyphenToUnderscore(parent::STRING_HYPHEN);
     $this->assertSame('php_eol', $result);
 }