public function testUnderscoreToSpaceStringToUpper()
 {
     $result = Factory::underscoreToSpace(parent::STRING_UNDERSCORE, 'strtoupper');
     $this->assertSame('PHP EOL', $result);
 }