コード例 #1
0
ファイル: ConfigurableTest.php プロジェクト: nja78/magento2
 public function testGetUsedProductIds()
 {
     $ids = $this->_model->getUsedProductIds($this->_product);
     $this->assertInternalType('array', $ids);
     $this->assertTrue(2 === count($ids));
     // impossible to check actual IDs, they are dynamic in the fixture
 }