model = new PermModel($this->db); } //-------------------------------------------------------------------- public function testDummy() { $perms = $this->model->findAll(); $this->assertCount(0, $perms); } }