public function __construct()
 {
     parent::__construct();
     $this->initDb();
     $this->disk_usage_dao = new Statistics_DiskUsageDao(CodendiDataAccess::instance());
     $this->disk_data_purger = new Statistics_DiskUsagePurger($this->disk_usage_dao);
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->initDb();
     $system_event_dao = new SystemEventDao();
     $this->system_event_purger = new SystemEventPurger($system_event_dao);
 }
Ejemplo n.º 3
0
    public function __construct() {
        parent::__construct();

        // Uncomment this during development to avoid aweful 50" setUp
        // $this->markThisTestUnderDevelopment();
    }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
 }