Beispiel #1
0
 /**
  * @return void
  */
 public function testGetFormAction()
 {
     $this->urlBuilderMock->expects($this->once())->method('getUrl')->with('contact/index/post', ['_secure' => true]);
     $this->contactForm->getFormAction();
 }
Beispiel #2
0
 /**
  * @return void
  */
 public function testScope()
 {
     $this->assertTrue($this->contactForm->isScopePrivate());
 }