[PR #9806] Rename Abstract*Test to *TestCase #11899

Open
opened 2026-01-22 16:12:16 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9806

State: closed
Merged: Yes


PHPUnit 10 will complain about abstract classes suffixed with Test. This is why I've renamed all of those classes to use the suffix TestCase instead. Since we use that suffix already for some of the abstract test case classes, our class naming should become a little more consistent this way.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9806 **State:** closed **Merged:** Yes --- PHPUnit 10 will complain about abstract classes suffixed with `Test`. This is why I've renamed all of those classes to use the suffix `TestCase` instead. Since we use that suffix already for some of the abstract test case classes, our class naming should become a little more consistent this way.
admin added the pull-request label 2026-01-22 16:12:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11899