Example #1
0
 /**
  * @dataProvider getWrapperMethods
  */
 public function testWrapperMethods($method, $arguments)
 {
     if ($method != 'getPrototype') {
         // getPrototype is not yet implemented in staticReflection
         parent::testWrapperMethods($method, $arguments);
     }
 }