예제 #1
0
 public function testIpv4()
 {
     $this->assertNotFalse(filter_var($this->faker->ipv4(), FILTER_VALIDATE_IP, FILTER_FLAG_IPV4));
 }
예제 #2
0
 public function testIpv4NotBroadcast()
 {
     $this->assertNotEquals('255.255.255.255', $this->faker->ipv4());
 }