Actions
Task #78387
closeduse setLocale functionality from phpunit instead the native language command
Start date:
2016-10-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
phpunit comes with a backup functionality for locales. In core unit tests we use the native PHP command to fiddle with locales and take care of restoring the original state manually in tearDown.
It might be a good idea to rely on the testing framework for this functionality instead using manual solutions.
Actions