From 16720691d202649b36a44427c1a060cb84daa2e7 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 26 Oct 2020 15:10:42 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Console/ClearCommandTest.php | 2 +- tests/Http/RouteTest.php | 2 +- tests/Storage/DatabaseEntriesRepositoryTest.php | 2 +- tests/Telescope/ExtractTagTest.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Console/ClearCommandTest.php b/tests/Console/ClearCommandTest.php index 7f7ee489d..ea5509d63 100644 --- a/tests/Console/ClearCommandTest.php +++ b/tests/Console/ClearCommandTest.php @@ -3,8 +3,8 @@ namespace Laravel\Telescope\Tests\Console; use Illuminate\Support\Facades\DB; -use Laravel\Telescope\Storage\EntryModel; use Laravel\Telescope\Database\Factories\EntryModelFactory; +use Laravel\Telescope\Storage\EntryModel; use Laravel\Telescope\Tests\FeatureTestCase; class ClearCommandTest extends FeatureTestCase diff --git a/tests/Http/RouteTest.php b/tests/Http/RouteTest.php index 809b2b36a..39e4dcde1 100644 --- a/tests/Http/RouteTest.php +++ b/tests/Http/RouteTest.php @@ -5,9 +5,9 @@ use Illuminate\Foundation\Application; use Illuminate\Foundation\Testing\TestResponse as LegacyTestResponse; use Illuminate\Testing\TestResponse; +use Laravel\Telescope\Database\Factories\EntryModelFactory; use Laravel\Telescope\EntryType; use Laravel\Telescope\Http\Middleware\Authorize; -use Laravel\Telescope\Database\Factories\EntryModelFactory; use Laravel\Telescope\Tests\FeatureTestCase; use Orchestra\Testbench\Http\Middleware\VerifyCsrfToken; use PHPUnit\Framework\Assert as PHPUnit; diff --git a/tests/Storage/DatabaseEntriesRepositoryTest.php b/tests/Storage/DatabaseEntriesRepositoryTest.php index f7df39cc6..eda853844 100644 --- a/tests/Storage/DatabaseEntriesRepositoryTest.php +++ b/tests/Storage/DatabaseEntriesRepositoryTest.php @@ -2,8 +2,8 @@ namespace Laravel\Telescope\Tests\Storage; -use Laravel\Telescope\Storage\DatabaseEntriesRepository; use Laravel\Telescope\Database\Factories\EntryModelFactory; +use Laravel\Telescope\Storage\DatabaseEntriesRepository; use Laravel\Telescope\Tests\FeatureTestCase; class DatabaseEntriesRepositoryTest extends FeatureTestCase diff --git a/tests/Telescope/ExtractTagTest.php b/tests/Telescope/ExtractTagTest.php index cbb19ee4e..9b5ab6f41 100644 --- a/tests/Telescope/ExtractTagTest.php +++ b/tests/Telescope/ExtractTagTest.php @@ -3,9 +3,9 @@ namespace Laravel\Telescope\Tests\Telescope; use Illuminate\Mail\Mailable; +use Laravel\Telescope\Database\Factories\EntryModelFactory; use Laravel\Telescope\ExtractTags; use Laravel\Telescope\FormatModel; -use Laravel\Telescope\Database\Factories\EntryModelFactory; use Laravel\Telescope\Tests\FeatureTestCase; class ExtractTagTest extends FeatureTestCase