update([ 'wallet' => 10000, 'calculated_at' => now()->subMonth(2), ]); $this->call('cache:clear'); DB::statement('TRUNCATE TABLE `costs` '); DB::statement('TRUNCATE TABLE `notifications`'); })->purpose('Reset the businesses after test cost:work');