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