Example #1
0
 /**
  * @covers ::getAction
  */
 public function testGetAction()
 {
     $this->assertEquals('/test_functest/contact', $this->form->getAction());
 }