Actions
Bug #23201
closed[Unit tests]: Remove unnecessary require_once() calls
Start date:
2010-07-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Type: Unit test improvement
Branches: trunk, 4.4
Problem:
Since 4.3 the core autoloader takes care of loading needed classes, so require_once() isn't needed in unit tests anymore.
Solution:
Remove require_once() calls.
How to test:
All tests should run as before.
(issue imported from #M15142)
Files
Updated by Christian Kuhn over 14 years ago
The following patch was committed to:
- trunk rev. 8194
- 4.4 rev. 8195
Actions