Actions
Bug #38350
closedBackup global vars in DriverRegistryTest
Start date:
2012-06-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The DriverRegistryTest pollutes the global variable space,
which leads to failures in other tests if they are executed
after this test.
Backup and restore the global variables for this test.
Actions