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

Fix ReferencesTest failure with Doctrine Common 2.4.2 #900

Merged
merged 2 commits into from
Jun 5, 2014

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Jun 5, 2014

As of build 1236, the test suite was failing due to doctrine/common#298, which was included in Doctrine Common v2.4.2.

jmikola added 2 commits June 5, 2014 11:56
This test was originally added alongside a ReferenceMany test in d1b0ed3, but the latter was removed in a2c3ddd when @jwage added tests for non-scalar identifiers. The ReferenceOne test likely should have been removed at that point, too.

This fixes a build failure with Doctrine Common 2.4.2, due to doctrine/common#298. Therein, the common proxy classes no longer allow for null identifiers, even though they are technically valid in MongoDB.
@jmikola jmikola added this to the 1.0.0-BETA11 milestone Jun 5, 2014
@jmikola jmikola added the task label Jun 5, 2014
jmikola added a commit that referenced this pull request Jun 5, 2014
Fix ReferencesTest failure with Doctrine Common 2.4.2
@jmikola jmikola merged commit 0314e9c into master Jun 5, 2014
@jmikola jmikola deleted the fix-references-test branch June 5, 2014 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant