コード例 #1
0
ファイル: ActionTest.php プロジェクト: nemphys/magento2
 /**
  * @magentoAppIsolation enabled
  */
 public function testNoCookiesAction()
 {
     $this->assertEmpty($this->_model->getResponse()->getBody());
     $this->_model->noCookiesAction();
     $this->assertNotEmpty($this->_model->getResponse()->getBody());
 }