Exemplo n.º 1
0
 /**
  * @return TestContext
  */
 protected function getContext()
 {
     $tax = $this->helper->createTax();
     $customerGroup = $this->helper->createCustomerGroup();
     $shop = $this->helper->getShop();
     return $this->helper->createContext($customerGroup, $shop, array($tax));
 }