Merge branch 'develop' into checkout_multiple_accessories

This commit is contained in:
snipe 2024-07-18 05:11:51 +01:00 committed by GitHub
commit f984b45de2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,14 +2,12 @@
namespace Tests\Feature\Console;
use Illuminate\Support\Facades\Artisan;
use Tests\TestCase;
class OptimizeTest extends TestCase
{
public function testOptimizeSucceeds()
{
$this->beforeApplicationDestroyed(function () {
$this->artisan('config:clear');
$this->artisan('route:clear');