Example #1
0
 /**
  * Test Engine::collapseIps
  */
 public function test_collapse_ips_returns_array()
 {
     $ipArray = $this->engine->collapseIps($this->get_array_iterator_of_ip_addresses());
     $this->assertInternalType('array', $ipArray);
     $this->assertSame(14, sizeof($ipArray));
 }