コード例 #1
0
ファイル: DataTest.php プロジェクト: aiesh/magento2
 /**
  * @magentoConfigFixture current_store catalog/price/scope 1
  */
 public function testGetPriceScope()
 {
     $this->assertEquals(\Magento\Store\Model\Store::PRICE_SCOPE_WEBSITE, $this->helper->getPriceScope());
 }