public function testHasWrapperFunction()
 {
     $ExtendsStdClass = new ClassExtender\stdClass();
     $this->assertTrue($ExtendsStdClass->HelloWorld());
 }