From 024345de9c104a4820f69395c476b7d5e598d568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Th=C3=A9baud?= Date: Mon, 6 May 2019 15:11:02 +0200 Subject: [PATCH] Fix CI --- tests/Foundation/DiscoverEventsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Foundation/DiscoverEventsTest.php b/tests/Foundation/DiscoverEventsTest.php index e9ee850c47db..4c3890606146 100644 --- a/tests/Foundation/DiscoverEventsTest.php +++ b/tests/Foundation/DiscoverEventsTest.php @@ -2,11 +2,11 @@ namespace Illuminate\Tests\Foundation; -use Illuminate\Foundation\Events\DiscoverEvents; use Mockery; -use Orchestra\Testbench\TestCase; use ReflectionClass; +use Orchestra\Testbench\TestCase; use Symfony\Component\Finder\SplFileInfo; +use Illuminate\Foundation\Events\DiscoverEvents; class DiscoverEventsTest extends TestCase {