Example #1
0
 public function testIteratorValid()
 {
     $testForm = new Form();
     $this->assertFalse($testForm->valid());
 }