Actions
Bug #56897
closedUnit Test failing because missing $GLOBALS['LANG']
Start date:
2014-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
1.)
The bootstrap of the unit testing framework doesn't call
initializeLanguageObject(), which is responsible for making
GLOBALS['LANG'] available.
2.)
FieldProviderTest->validateAdditionalFieldsReturnsTrue()
creates an instance of
\TYPO3\CMS\Scheduler\Controller\SchedulerModuleController() which can't
access GLOBALS['LANG']
Actions