public function testFind() { $this->model->find(1); $this->assertEquals(1, $this->model->getId()); $this->assertEquals(1, $this->model->admin); }