public function setUp() { parent::setUp(); $this->attributes = Factory::question(['id' => 1]); $this->app->instance('Question', $this->mock); }