Actions
Task #69584
closedRemove wrong datasets in sanitizeLocalUrlValidPathsDataProvider
Start date:
2015-09-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Within the GeneralUtilityTest::sanitizeLocalUrlValidPathsDataProvider are still wrong dataset unfortunately. As on Windows systems the GeneralUtility::getIndpEnv('TYPO3_SITE_URL') results in http://D:/AbsolutePathToTypo3Installation those test were moved to an own DataProvider which makes sure the HTTP_HOST and SCRIPT_NAME are set correctly before calling GeneralUtility::getIndpEnv().
Actions