[TYPO3-core] [Broken] TYPO3/TYPO3.CMS#2591 (master - c51b71d)

Peter Niederlag peter.niederlag at typo3.org
Fri Mar 14 09:06:42 CET 2014


Hi,

On 14.03.2014 01:26, Stefan Neufeind wrote:
> Broken in functional tests since $GLOBALS['LANG'] is not available.
> 
> Could somebody familiar with functional testing please have a look and
> maybe send a followup? Sorry ...

Sure it affects functional testing? IMHO this is a unit Test Failing. ;)

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']

[...]

Greets,
Peter



More information about the TYPO3-team-core mailing list