twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Rename AbstractTest to ProfilerTestCase #4271

Closed derrabus closed 2 months ago

derrabus commented 2 months ago

PHPUnit 11 doesn't allow abstract test classes to have the suffix "Test". This PR renames a class that violates that rule.

fabpot commented 2 months ago

Thank you @derrabus.