コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->handler = new TestHandler();
     $this->tracker = new Tracker();
     $this->db = new Db(array());
     $this->handler->setDb($this->db);
 }
コード例 #2
0
 public function setUp()
 {
     parent::setUp();
     $this->response = new TestResponse();
     $this->response->init(new Tracker());
 }
コード例 #3
0
ファイル: RequestTest.php プロジェクト: dorelljames/piwik
 public function setUp()
 {
     parent::setUp();
     $this->time = 1416795617;
     $this->request = $this->buildRequest(array('idsite' => '1'));
 }