예제 #1
0
파일: DataTest.php 프로젝트: nja78/magento2
 /**
  * @return \PHPUnit_Framework_MockObject_MockObject
  */
 public function testGetCheckout()
 {
     $this->assertEquals($this->_checkoutSession, $this->_helper->getCheckout());
 }