Actions
Bug #22435
closedRunning the unit tests floods the deprecation log
Start date:
2010-04-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've attached the deprecation log that is created by running the Core unit tests once.
(issue imported from #M14079)
Files
Updated by Oliver Klee over 14 years ago
This happens because t3lib_matchcondition gets unit-tested, but it's deprecated (causing a deprecation log entry when an instance of it is created).
Updated by Oliver Klee over 14 years ago
... and because the testcase explicitly uses the deprecated hook.
Actions