update runner
This commit is contained in:
@@ -2,9 +2,16 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Illuminate\Foundation\Http\Middleware\PreventRequestForgery;
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
//
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->withoutVite();
|
||||
$this->withoutMiddleware(PreventRequestForgery::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user