public function testSpaceToUnderscoreStringToUpper()
 {
     $result = Factory::spaceToUnderscore(parent::STRING_SPACE, 'strtoupper');
     $this->assertSame('PHP_EOL', $result);
 }