style
This commit is contained in:
parent
731cd4c499
commit
42936c656c
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
namespace Tests;
|
namespace Tests;
|
||||||
|
|
||||||
use Illuminate\Contracts\Console\Kernel;
|
|
||||||
use PHPUnit\Runner\AfterLastTestHook;
|
use PHPUnit\Runner\AfterLastTestHook;
|
||||||
use PHPUnit\Runner\BeforeFirstTestHook;
|
use PHPUnit\Runner\BeforeFirstTestHook;
|
||||||
|
use Illuminate\Contracts\Console\Kernel;
|
||||||
|
|
||||||
class Bootstrap implements BeforeFirstTestHook, AfterLastTestHook
|
class Bootstrap implements BeforeFirstTestHook, AfterLastTestHook
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue