TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
151 stars 93 forks source link

[TASK] Improve test case inheritance chain #883

Closed lolli42 closed 2 months ago

lolli42 commented 2 months ago

BaseTestCase and UnitTestCase contain only deprecated methods. Change unit tests to extend from phpunit TestCase directly and mark the two classes deprecated.