예제 #1
0
파일: VTest.php 프로젝트: nsteiner/kdoc
 public function testIp()
 {
     $this->assertTrue(v::ip('127.0.0.1'));
     $this->assertFalse(v::ip('not an ip'));
 }