mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
Laravel Pint default formatting applied to Pest-php.stub
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -14,7 +15,7 @@ use Tests\TestCase;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
pest()->extend(TestCase::class)
|
pest()->extend(TestCase::class)
|
||||||
// ->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
|
// ->use(RefreshDatabase::class)
|
||||||
->in('Feature');
|
->in('Feature');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user