Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward compat attributes #10100

Merged
merged 3 commits into from
Oct 5, 2022
Merged

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Oct 5, 2022

Here are some fixes for the test suite I found while working on converting the tests to attributes on 3.0

It is more friendly with conversion to attributes
Making it a separate, valid annotation breaks the tests
@@ -51,7 +51,7 @@ class City
* @JoinColumn(name="state_id", referencedColumnName="id")
*/
#[ORM\Cache]
#[ORM\ManyToOne(targetEntity: 'State', inversedBy: 'citities')]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@derrabus derrabus added this to the 2.13.3 milestone Oct 5, 2022
@greg0ire greg0ire merged commit 9bec416 into doctrine:2.13.x Oct 5, 2022
@greg0ire greg0ire deleted the forward-compat-attributes branch October 5, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants