Skip to content

Commit

Permalink
Remove unused local variables
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 30, 2013
1 parent 5bea8bc commit 9f00671
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
Expand Up @@ -150,11 +150,11 @@ public function createApplication()
{
$app = new Application;

$env = $app->detectEnvironment(array(
$app->detectEnvironment(array(
'local' => array('your-machine-name'),
));

$app->bindInstallPaths($paths = $this->getApplicationPaths());
$app->bindInstallPaths($this->getApplicationPaths());

$app['env'] = 'testing';

Expand Down

0 comments on commit 9f00671

Please sign in to comment.