mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #9966] fix: class normalisation test #12007
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/9966
State: closed
Merged: Yes
As per https://github.com/doctrine/persistence/pull/301
This test was not added to fix a bug, but to make sure that classes are not normalized at the time for "performance reasons" this check makes no sense now and in fact causes bugs without the normalization, this was solved in the linked PR and now causes this test to fail
I changed the test to check for the exact opposite as per when it was first introduced
705a477067/tests/Doctrine/Tests/ORM/Mapping/ClassMetadataFactoryTest.php (L62)