Skip to content

Commit 7daa4e4

Browse files
authored
[TASK] Avoid reference to TypoScriptFrontendController (#693)
1 parent 8374c8e commit 7daa4e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Classes/Core/Functional/FunctionalTestCase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
use TYPO3\CMS\Core\Http\Stream;
3535
use TYPO3\CMS\Core\Utility\GeneralUtility;
3636
use TYPO3\CMS\Core\Utility\HttpUtility;
37-
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
3837
use TYPO3\CMS\Frontend\Http\Application;
3938
use TYPO3\TestingFramework\Core\BaseTestCase;
4039
use TYPO3\TestingFramework\Core\Exception;
@@ -1000,7 +999,7 @@ private function retrieveFrontendSubRequestResult(
1000999
FrameworkState::reset();
10011000

10021001
// Needed for GeneralUtility::getIndpEnv('SCRIPT_NAME') to return correct value
1003-
// instead of 'vendor/phpunit/phpunit/phpunit', used eg. in TypoScriptFrontendController absRefPrefix='auto'
1002+
// instead of 'vendor/phpunit/phpunit/phpunit', used eg. with absRefPrefix='auto'
10041003
// See second data provider of UriPrefixRenderingTest
10051004
// @todo: Make TSFE not use getIndpEnv() anymore
10061005
$_SERVER['SCRIPT_NAME'] = '/index.php';

0 commit comments

Comments
 (0)