Example #1
0
 public function testValidateIpAddr()
 {
     $this->assertTrue((bool) $this->_helper->validateIpAddr('127.0.0.1'));
     $this->assertFalse((bool) $this->_helper->validateIpAddr('invalid'));
 }