improv
This commit is contained in:
parent
66c4c1fe4f
commit
2c2e34b71e
42 changed files with 910 additions and 939 deletions
|
@ -1,7 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Doctrine\ORM\Tools\SchemaTool;
|
||||
declare(strict_types=1);
|
||||
|
||||
use Tests\DbTestCase;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -14,7 +15,7 @@ use Doctrine\ORM\Tools\SchemaTool;
|
|||
|
|
||||
*/
|
||||
|
||||
pest()->extend(Tests\DbTestCase::class)->in('Feature');
|
||||
pest()->extend(DbTestCase::class)->in('Feature');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -26,4 +27,3 @@ pest()->extend(Tests\DbTestCase::class)->in('Feature');
|
|||
| global functions to help you to reduce the number of lines of code in your test files.
|
||||
|
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue