Skip to content

Commit

Permalink
Merge pull request #1338 from jmolivas/test-run-remove-global
Browse files Browse the repository at this point in the history
[test-run] Remove global keyword
  • Loading branch information
jmolivas committed Nov 24, 2015
2 parents 06f0dba + 3c4cb29 commit 37b7b9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Command/Test/RunCommand.php
Expand Up @@ -45,8 +45,7 @@ protected function configure()
*/
protected function setEnvironment($url)
{
global $base_url;

$base_url;
$host = 'localhost';
$path = '';
$port = '80';
Expand Down

0 comments on commit 37b7b9a

Please sign in to comment.