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