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

feat: support doctrine/orm 3 #296

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

alexislefebvre
Copy link
Collaborator

A conflict added previously prevented using this bundle with doctrine/orm 3:

@alexislefebvre alexislefebvre force-pushed the feat-support-doctrine-orm-3 branch 4 times, most recently from cfe8ace to 15d5de3 Compare March 31, 2024 14:14
@@ -133,6 +141,8 @@ public function testCacheCanBeDisabled(): void

sleep(2);

$this->getTestContainer()->get('doctrine')->getManager()->clear();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is weird but it avoids an issue with fixture references.

@alexislefebvre alexislefebvre merged commit b8b54ac into liip:2.x Mar 31, 2024
11 checks passed
@alexislefebvre alexislefebvre deleted the feat-support-doctrine-orm-3 branch March 31, 2024 16:03
@alexislefebvre
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant