model = new GroupModel($this->db); } //-------------------------------------------------------------------- public function testDummy() { $groups = $this->model->findAll(); $this->assertCount(3, $groups); } }