public function testCamelToConstant()
 {
     $result = Factory::camelToConstant(parent::STRING_CAMEL);
     $this->assertSame('PHP_EOL', $result);
 }