Example #1
0
 public function testCanGetName()
 {
     $testForm = new Form();
     $testForm->setName('testing');
     $this->assertEquals('testing', $testForm->getName(), "Could not get name of form");
 }