示例#1
0
 /**
  * @dataProvider data_invalid_ip
  */
 function test_invalid_ip($ip)
 {
     $this->assertFalse(rcube_utils::check_ip($ip));
 }