Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed May 6, 2019
1 parent 6453df5 commit 024345d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Foundation/DiscoverEventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 024345d

Please sign in to comment.