Actions
Task #71236
closedProvide correct dummy data for DatabaseLanguageRowsTest
Start date:
2015-11-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
Description
parent: #70584
The dummy data provided in DatabaseLanguageRowsTest leads to some E_NOTICEs.
Since PIDs are indispensable when it comes to data in TYPO3 it's not a bug in the core.
The mocking of BE_USER prevents access to "workspace" on null. The result of accessing unset variables/members is always null, therefor the set value is null, too.
Actions