Example #1
0
 public function testSetGetDi()
 {
     $form = new Form('form');
     $form->setDi('di');
     $this->assertEquals('di', $form->getDi());
 }