From 1c3b713c2dc69ceb270497e77a16fc3af73f8738 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Mon, 1 Aug 2022 01:05:38 +0200 Subject: [PATCH] Removing obsolete class, slipped in during experimenting with automatic skipping --- Tests/Functional/SessionLockRequestComponentTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Functional/SessionLockRequestComponentTest.php b/Tests/Functional/SessionLockRequestComponentTest.php index 3de1358..c03d781 100644 --- a/Tests/Functional/SessionLockRequestComponentTest.php +++ b/Tests/Functional/SessionLockRequestComponentTest.php @@ -4,7 +4,6 @@ namespace DigiComp\FlowSessionLock\Tests\Functional; use DigiComp\FlowSessionLock\Tests\Functional\Fixtures\Controller\ExampleController; use GuzzleHttp\Psr7\Uri; -use Neos\Flow\Composer\ComposerUtility; use Neos\Flow\Http\Cookie; use Neos\Flow\Mvc\Routing\Route; use Neos\Flow\Tests\FunctionalTestCase;