Skip to content

Fixes loading of fixtures #730

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

Closed
wants to merge 1 commit into from
Closed

Conversation

DavertMik
Copy link

Fixtures couldn't be located without declaring their service. Fixes #728

Fixtures couldn't be located without declaring their service
@javiereguiluz
Copy link
Member

@DavertMik thanks for providing this fix. However, it's probably not needed because DoctrineFixturesBundle adds this tag automatically thanks to the autoconfiguration. Here: https://github.com/doctrine/DoctrineFixturesBundle/blob/master/DependencyInjection/DoctrineFixturesExtension.php#L35-L36

I've just run php bin/console doctrine:fixtures:load without problems. I'm using doctrine/doctrine-fixtures-bundle: 3.0.2. Can you please check which is your version and if it works as expected? Thanks!

@phpeek
Copy link
Contributor

phpeek commented Dec 11, 2017

@DavertMik @javiereguiluz This has been fixed in scope of #725.

@DavertMik
Copy link
Author

Ok. Maybe I used the older version!

@DavertMik DavertMik closed this Dec 11, 2017
@DavertMik DavertMik deleted the patch-1 branch December 11, 2017 21:18
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.

3 participants