public function testCamelToUnderscore()
 {
     $result = Factory::camelToUnderscore(parent::STRING_CAMEL);
     $this->assertSame('php_Eol', $result);
 }