public function testConstantToUnderscore()
 {
     $result = Factory::constantToUnderscore(parent::STRING_CONSTANT);
     $this->assertSame('PHP_EOL', $result);
 }