function testSimpleWrappedMethod()
 {
     $obj = new MyObject();
     $this->assertEquals('argumentFree', $obj->argumentFree());
     $this->assertEquals('argumentFree', $obj->wrappedArgumentFree());
 }