Ejemplo n.º 1
0
 public function testInteger()
 {
     $this->assertTrue(v::integer('1234'));
     $this->assertFalse(v::integer('0.1'));
 }