Esempio n. 1
0
 public function _before(TestInterface $test)
 {
     $this->client = new ZF2Connector();
     $this->client->setApplicationConfig($this->applicationConfig);
     $_SERVER['REQUEST_URI'] = '';
 }