Skip to content

Commit

Permalink
Remove unused use statement.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 20, 2014
1 parent f8cbdef commit 003439e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Testbench/BehatFeatureContext.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php namespace Orchestra\Testbench;

use Behat\Behat\Context\BehatContext;
use Illuminate\Auth\UserInterface;
use Orchestra\Testbench\Traits\ApplicationClientTrait;
use Orchestra\Testbench\Traits\ApplicationTrait;
use Orchestra\Testbench\Traits\BehatPHPUnitAssertionsTrait;
Expand Down Expand Up @@ -46,4 +45,3 @@ protected function getEnvironmentSetUp($app)
// Define your environment setup.
}
}

0 comments on commit 003439e

Please sign in to comment.