コード例 #1
0
ファイル: ContactFormTest.php プロジェクト: tingyeeh/magento2
 /**
  * @return void
  */
 public function testGetFormAction()
 {
     $this->urlBuilderMock->expects($this->once())->method('getUrl')->with('contact/index/post', ['_secure' => true]);
     $this->contactForm->getFormAction();
 }
コード例 #2
0
ファイル: ContactFormTest.php プロジェクト: nja78/magento2
 /**
  * @return void
  */
 public function testScope()
 {
     $this->assertTrue($this->contactForm->isScopePrivate());
 }