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

Use recognized array key #10498

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Feb 5, 2023

joinColumn has no meaning for the static PHP driver. That's because it performs no translation, unlike other drivers: we're using the ClassMetadata API directly.

Before this change, changing the value of the "name" key did not break the test suite. After this change, it does.

Found while working on #10405

"joinColumn" has no meaning for the static PHP driver. That's because it
performs no translation, unlike other drivers: we're using the
ClassMetadata API directly.

Before this change, changing the value of the "name" key did not break
the test suite. After this change, it does.
@greg0ire greg0ire added this to the 2.14.2 milestone Feb 6, 2023
@greg0ire greg0ire merged commit cf4680d into doctrine:2.14.x Feb 6, 2023
@greg0ire greg0ire deleted the fix-invalid-test branch February 6, 2023 07:22
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.

3 participants