Laravel Pint default formatting applied to Pest-php.stub

This commit is contained in:
Gal Jakic (We Wow Web)
2026-04-01 16:48:14 +02:00
parent a087555383
commit 6c42e7f4ea

View File

@ -1,5 +1,6 @@
<?php
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
/*
@ -14,7 +15,7 @@ use Tests\TestCase;
*/
pest()->extend(TestCase::class)
// ->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
// ->use(RefreshDatabase::class)
->in('Feature');
/*