Skip to content

Commit

Permalink
Tweak some use order.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 1, 2014
1 parent 425d887 commit 3965b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Orchestra/Testbench/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php namespace Orchestra\Testbench;

use Illuminate\Config\Repository as Config;
use Illuminate\Foundation\Application;
use Illuminate\Foundation\AliasLoader;
use Illuminate\Foundation\Testing\TestCase as FoundationTestCase;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Facade;
use Illuminate\Config\Repository as Config;
use Illuminate\Foundation\Testing\TestCase as FoundationTestCase;

abstract class TestCase extends FoundationTestCase
{
Expand Down

0 comments on commit 3965b04

Please sign in to comment.