[PR #6549] OrmTestCase: Always use full AnnotationReader, drop legacy versions #10026

Closed
opened 2026-01-22 16:06:11 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: Yes


Develop was failing locally due to class imports not being recognized. That's because SimpleAnnotationReader was in use rather than full AnnotationReader.
Also not sure why this was testing version of Common - annotations are separate package for a while now. :/
Dropped legacy setup & unused $alias parameter for Doctrine\Tests\OrmTestCase#createAnnotationDriver().

cc @guilhermeblanco

**Original Pull Request:** https://github.com/doctrine/orm/pull/6549 **State:** closed **Merged:** Yes --- Develop was failing locally due to class imports not being recognized. That's because SimpleAnnotationReader was in use rather than full AnnotationReader. Also not sure why this was testing version of Common - annotations are separate package for a while now. :/ Dropped legacy setup & unused `$alias` parameter for `Doctrine\Tests\OrmTestCase#createAnnotationDriver()`. cc @guilhermeblanco
admin added the pull-request label 2026-01-22 16:06:11 +01:00
admin closed this issue 2026-01-22 16:06:11 +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#10026