コード例 #1
0
ファイル: AbstractTest.php プロジェクト: nemphys/magento2
 public function testGetCookie()
 {
     $cookie = $this->_model->getCookie();
     $this->assertInstanceOf('Mage_Core_Model_Cookie', $cookie);
     $this->assertSame($cookie, $this->_model->getCookie());
 }