示例#1
0
文件: IntTest.php 项目: t4web/base
 public function testIsValid()
 {
     $int = new Int();
     $int->setValue(0);
     $this->assertTrue($int->isValid());
 }