Exemplo n.º 1
0
 public function customSetUp($env, $fixtures, $registryName)
 {
     $this->environment = $env;
     $this->client = static::createClient(array('environment' => $this->environment));
     $this->loadFixtures($fixtures, null, $registryName);
     $cart = FixtureCollector::getCarts($registryName);
     $this->cart = array_pop($cart);
 }