示例#1
0
 /**
  * @dataProvider invalidMethodExistsProvider
  */
 public function test_that_method_exists_returns_false_for_invalid_value($value, $object)
 {
     $this->assertFalse(Validate::methodExists($value, $object));
 }