doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.45k stars 202 forks source link

Fixed non-interactive mode of doctrine:fixtures:load #338

Open rapliandras opened 3 years ago

rapliandras commented 3 years ago

The command was previously interrupting in non-interactive mode.

rapliandras commented 3 years ago

The CI issue is not caused by the patch!

SenseException commented 3 years ago

The CI issue is not caused by the patch!

Seems like it. Despite that, your changes need to be covered by tests.

greg0ire commented 3 years ago

I fixed the CI issue, so all is left to do is write the tests :)

The command was previously interrupting in non-interactive mode.

What do you mean? Can you give more details, and explain why/how your patch fixes the issue? It's not obvious to me.