public function testGetMethodArgs()
 {
     $object = new EmptyConstructor();
     $subject = new Wrapper($object);
     $this->assertSame('param', $subject->getMethodParams('returnParam')[0]['name']);
 }