Closed andrewnicols closed 9 months ago
MDL-80927 is one example of what we want to fix.
We should make all test classes (not cases) final, unless they are abstract.
final
abstract
Note that this is really similar to #74 , so surely once this is closed, that one should too.
MDL-80927 is one example of what we want to fix.
We should make all test classes (not cases)
final
, unless they areabstract
.