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