Project

General

Profile

Actions

Bug #41235

closed

Make all classes non final

Added by Helmut Hummel over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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

Also available in: Atom PDF