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.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14904
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14905
Updated by Helmut Hummel about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a2810735d8aef16fefb2ba83060f2508bf4dbff9.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions