コード例 #1
0
 public function testIndexAction()
 {
     $model = $this->controller->indexAction();
     $this->assertInstanceOf('Zend\\View\\Model\\ViewModel', $model);
 }
コード例 #2
0
 /**
  * @covers \Magento\Setup\Controller\Marketplace::popupAuthAction
  */
 public function testPopupAuthAction()
 {
     $viewModel = $this->controller->popupAuthAction();
     $this->assertInstanceOf('Zend\\View\\Model\\ViewModel', $viewModel);
     $this->assertTrue($viewModel->terminate());
 }