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

implement EntityManagerProvider and use for ORM proxy commands #1513

Merged

Conversation

dmaicher
Copy link
Contributor

Fixes #1509

@dmaicher dmaicher added this to the 2.7.0 milestone Apr 26, 2022
@dmaicher dmaicher force-pushed the orm_command_entity_manager_provider branch 2 times, most recently from 2cc8311 to b397ec3 Compare April 26, 2022 20:05
@dmaicher dmaicher force-pushed the orm_command_entity_manager_provider branch 5 times, most recently from 0c42ab8 to 9b4bc09 Compare May 9, 2022 17:39

class InfoDoctrineCommandTest extends TestCase
{
public function testExecute(): void
{
$kernel = $this->setupKernelMocks();
$kernel = new TestKernel();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

made this a functional test instead

@dmaicher dmaicher force-pushed the orm_command_entity_manager_provider branch from 9b4bc09 to a1bcf33 Compare May 9, 2022 17:41
@dmaicher dmaicher marked this pull request as ready for review May 9, 2022 17:44
@dmaicher dmaicher merged commit f9339b2 into doctrine:2.7.x May 10, 2022
@dmaicher dmaicher deleted the orm_command_entity_manager_provider branch May 10, 2022 09:42
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.

4 participants