Apply fixes from StyleCI (#5100)

This commit is contained in:
Dries Vints
2019-09-10 17:26:00 +02:00
committed by Taylor Otwell
parent 79fb6af96e
commit e656932002
15 changed files with 21 additions and 21 deletions

View File

@@ -2,9 +2,9 @@
namespace Tests;
use Illuminate\Contracts\Console\Kernel;
use PHPUnit\Runner\AfterLastTestHook;
use PHPUnit\Runner\BeforeFirstTestHook;
use Illuminate\Contracts\Console\Kernel;
class Bootstrap implements BeforeFirstTestHook, AfterLastTestHook
{

View File

@@ -2,8 +2,8 @@
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class ExampleTest extends TestCase
{

View File

@@ -2,8 +2,8 @@
namespace Tests\Unit;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class ExampleTest extends TestCase
{