Exemplo n.º 1
0
 public function testIsValid()
 {
     $int = new Int();
     $int->setValue(0);
     $this->assertTrue($int->isValid());
 }