Skip to content

Commit

Permalink
Update to use new Environment import
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 9, 2020
1 parent 652974e commit d2f3316
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Controller/ImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace XHGui\Test\Controller;

use Slim\Environment;
use Slim\Http\Environment;
use Slim\App;
use XHGui\Controller\ImportController;
use XHGui\Profile;
Expand Down
2 changes: 1 addition & 1 deletion tests/Controller/RunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace XHGui\Test\Controller;

use Slim\Environment;
use Slim\Http\Environment;
use Slim\App;
use XHGui\Controller\ImportController;
use XHGui\Controller\RunController;
Expand Down
2 changes: 1 addition & 1 deletion tests/Controller/WatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace XHGui\Test\Controller;

use Slim\Environment;
use Slim\Http\Environment;
use Slim\App;
use XHGui\Controller\WatchController;
use XHGui\Searcher\SearcherInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/Twig/ExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace XHGui\Test\Twig;

use Slim\Environment;
use Slim\Http\Environment;
use Slim\App;
use XHGui\Test\TestCase;
use XHGui\Twig\TwigExtension;
Expand Down

0 comments on commit d2f3316

Please sign in to comment.