Esempio n. 1
0
 public function testCanGetId()
 {
     $testForm = new Form();
     $testForm->setId('testId');
     $this->assertEquals('testId', $testForm->getId(), "Could not get ID");
 }