File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3434use TYPO3 \CMS \Core \Http \Stream ;
3535use TYPO3 \CMS \Core \Utility \GeneralUtility ;
3636use TYPO3 \CMS \Core \Utility \HttpUtility ;
37- use TYPO3 \CMS \Frontend \Controller \TypoScriptFrontendController ;
3837use TYPO3 \CMS \Frontend \Http \Application ;
3938use TYPO3 \TestingFramework \Core \BaseTestCase ;
4039use 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 ' ;
You can’t perform that action at this time.
0 commit comments