예제 #1
0
파일: ViewTest.php 프로젝트: relue/magento2
 public function testStartBundleCustomization()
 {
     $this->markTestSkipped("Functionality not implemented in Magento 1.x. Implemented in Magento 2");
     $this->assertFalse($this->_block->startBundleCustomization());
 }