model = new UserModel(); } //-------------------------------------------------------------------- public function testFindReturnsRow() { $user = $this->model->find(1); $this->assertEquals('admin', $user['username']); } }