Skip to content

Commit

Permalink
Merge pull request #10 from Jleagle/master
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
bajb committed Oct 8, 2014
2 parents 929f676 + 22248f5 commit 512156b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel/EndpointKernel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Cubex\Kernel;

use Cubex\Http\Request;
use Symfony\Component\HttpFoundation\Request;
use Cubex\Http\Response;
use Packaged\Api\Exceptions\ApiException;
use Packaged\Api\Format\JsonFormat;
Expand Down
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 512156b

Please sign in to comment.