/**
  * @dataProvider ipMatchProvideInvalid
  */
 public function testIpNotMatched($ip, $range)
 {
     $this->assertFalse($this->instance->ipMatch($ip, $range), "{$ip} should not match with {$range}");
 }