assertTrue(true); } public function testFreshMigrationWithSeederAndRollbackRunsSuccessfully(): void { Artisan::call('migrate:fresh --seed'); Artisan::call('migrate:rollback'); $this->assertTrue(true); } }