/** * @magentoConfigFixture current_store catalog/price/scope 1 */ public function testGetPriceScope() { $this->assertEquals(\Magento\Store\Model\Store::PRICE_SCOPE_WEBSITE, $this->helper->getPriceScope()); }