Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Avoid no longer needed unset() in tearDown() (#565)
Recent phpunit 10.5 and 11.2 versions improved internal memory handling significantly. This obsoletes the dedicated unset() calls we had in tearDown() of functional test cases.
- Loading branch information