public function testUnderscoreToClassName()
 {
     $result = Factory::underscoreToClassName(parent::STRING_UNDERSCORE);
     $this->assertSame('PhpEol', $result);
 }