From 6122a25554f8794f466a984ce03e4c9bd87c8cb6 Mon Sep 17 00:00:00 2001 From: Phan An Date: Sun, 18 Nov 2018 22:50:37 +0100 Subject: [PATCH] Apply fixes from StyleCI (#856) --- tests/Integration/Services/SmartPlaylistServiceTest.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/Integration/Services/SmartPlaylistServiceTest.php b/tests/Integration/Services/SmartPlaylistServiceTest.php index b1d2263e..e50eb220 100644 --- a/tests/Integration/Services/SmartPlaylistServiceTest.php +++ b/tests/Integration/Services/SmartPlaylistServiceTest.php @@ -2,16 +2,10 @@ namespace Tests\Integration\Services; -use App\Models\Album; -use App\Models\Artist; -use App\Models\Interaction; -use App\Models\Playlist; use App\Models\Rule; -use App\Models\Song; use App\Models\User; use App\Services\SmartPlaylistService; use Carbon\Carbon; -use Illuminate\Database\Eloquent\Collection; use Tests\TestCase; class SmartPlaylistServiceTest extends TestCase @@ -34,7 +28,7 @@ class SmartPlaylistServiceTest extends TestCase private function readFixtureFile(string $fileName): array { - return json_decode(file_get_contents(__DIR__ . '/../../blobs/rules/' . $fileName), true); + return json_decode(file_get_contents(__DIR__.'/../../blobs/rules/'.$fileName), true); } public function provideRules(): array