Skip to content

Commit

Permalink
Remove the enviroment incase it is set somewhere in the OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jleagle committed Oct 8, 2014
1 parent f212bec commit 22248f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Cubex/CubexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ public function testConfigure()

public function testEnv()
{
putenv('CUBEX_ENV');

$cubex = new \Cubex\Cubex();
$this->assertEquals('local', $cubex->env());

Expand Down

0 comments on commit 22248f5

Please sign in to comment.