mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #6762] Use of static assert methods in tests #10129
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/6762
State: closed
Merged: No
Based on comment https://github.com/doctrine/doctrine2/pull/6748#discussion_r142661060, I changed the asserts of the existing tests to a static method call. Just a PR for getting more consistency.