From ed4589d77d8ef57fa88e943eb503479155f18fa6 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Fri, 23 Jul 2021 02:42:03 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- tests/Drivers/FileSystemDriverTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Drivers/FileSystemDriverTest.php b/tests/Drivers/FileSystemDriverTest.php index 56937c9..52289e5 100644 --- a/tests/Drivers/FileSystemDriverTest.php +++ b/tests/Drivers/FileSystemDriverTest.php @@ -60,7 +60,6 @@ public function names_get_excluded() $this->assertCount(1, $files); $this->assertStringEndsWith('css/app.css', $files[0]); - } /** @test */