コード例 #1
0
ファイル: ValidateTest.php プロジェクト: novuso/system
 /**
  * @dataProvider invalidMethodExistsProvider
  */
 public function test_that_method_exists_returns_false_for_invalid_value($value, $object)
 {
     $this->assertFalse(Validate::methodExists($value, $object));
 }