Skip to content

Commit

Permalink
Fixes clashing import.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 11, 2018
1 parent 8ccf67b commit 3d11358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/DefaultConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use Illuminate\Foundation\Auth\User;
use Laravel\Dusk\DuskServiceProvider;
use Orchestra\Testbench\Dusk\TestCase;
use Orchestra\Testbench\Dusk\TestCase as TestbenchDuskTestCase;

class DefaultConfigurationTest extends TestCase
class DefaultConfigurationTest extends TestbenchDuskTestCase
{
/** @test */
public function it_loads_dusk_service_provider()
Expand Down

0 comments on commit 3d11358

Please sign in to comment.