public function testCamelToSpaceStringToLower()
 {
     $result = Factory::camelToSpace(parent::STRING_CAMEL, 'strtolower');
     $this->assertSame('php eol', $result);
 }