public function setUp()
 {
     parent::setUp();
     $this->handler = new TestHandler();
     $this->tracker = new Tracker();
     $this->db = new Db(array());
     $this->handler->setDb($this->db);
 }
 public function setUp()
 {
     parent::setUp();
     $this->response = new TestResponse();
     $this->response->init(new Tracker());
 }
示例#3
0
 public function setUp()
 {
     parent::setUp();
     $this->time = 1416795617;
     $this->request = $this->buildRequest(array('idsite' => '1'));
 }