Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Classes/Core/Functional/FunctionalTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use TYPO3\CMS\Core\Http\Stream;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Utility\HttpUtility;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
use TYPO3\CMS\Frontend\Http\Application;
use TYPO3\TestingFramework\Core\BaseTestCase;
use TYPO3\TestingFramework\Core\Exception;
Expand Down Expand Up @@ -1000,7 +999,7 @@ private function retrieveFrontendSubRequestResult(
FrameworkState::reset();

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