Example #1
0
 public function testGetBackorders()
 {
     $store = 1;
     $this->scopeConfigMock->expects($this->once())->method('getValue')->with(Configuration::XML_PATH_BACKORDERS, \Magento\Framework\Store\ScopeInterface::SCOPE_STORE, $store)->willReturn(1);
     $this->model->getBackorders($store);
 }