public function testSpaceToCamel()
 {
     $result = Factory::spaceToCamel(parent::STRING_SPACE);
     $this->assertSame('phpEol', $result);
 }