public function testHyphenToSpaceStringToUpper()
 {
     $result = Factory::hyphenToSpace(ucfirst(parent::STRING_HYPHEN), 'strtoupper');
     $this->assertSame('PHP EOL', $result);
 }