public function testSpaceToHyphen()
 {
     $result = Factory::spaceToHyphen(parent::STRING_SPACE);
     $this->assertSame('php-eol', $result);
 }