From d2f3316772542fb930bc9b6c5dea225996144af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 9 Oct 2020 08:25:56 +0300 Subject: [PATCH] Update to use new Environment import --- tests/Controller/ImportTest.php | 2 +- tests/Controller/RunTest.php | 2 +- tests/Controller/WatchTest.php | 2 +- tests/Twig/ExtensionTest.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Controller/ImportTest.php b/tests/Controller/ImportTest.php index 2892bbf46..fab2934cb 100644 --- a/tests/Controller/ImportTest.php +++ b/tests/Controller/ImportTest.php @@ -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; diff --git a/tests/Controller/RunTest.php b/tests/Controller/RunTest.php index 9ecbafd45..d45e2ab0c 100644 --- a/tests/Controller/RunTest.php +++ b/tests/Controller/RunTest.php @@ -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; diff --git a/tests/Controller/WatchTest.php b/tests/Controller/WatchTest.php index 677e7c741..99d911332 100644 --- a/tests/Controller/WatchTest.php +++ b/tests/Controller/WatchTest.php @@ -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; diff --git a/tests/Twig/ExtensionTest.php b/tests/Twig/ExtensionTest.php index fdf178442..91d55d573 100755 --- a/tests/Twig/ExtensionTest.php +++ b/tests/Twig/ExtensionTest.php @@ -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;