Actions
Bug #41235
closedMake all classes non final
Start date:
2012-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Defining a class as final does not help and only causes troubles, especially when creating
unit tests, because a final class cannot be mocked.
Remove the final statement for all classes to get rid of the unit testing problems.
Actions