Example #1
0
 /**
  * @dataProvider invalidArguments
  * @expectedException InvalidArgumentException
  */
 public function testGetRuleValueInvalidArguments2($argument)
 {
     $form = new Form();
     $form->getRuleValue('my_field', $argument);
 }