khepin / KhepinYamlFixturesBundle

Easy loading of fixtures defined in YAML files for Symfony2 and Doctrine2
MIT License
58 stars 42 forks source link

Tests are now executing correctly. #42

Open piotaixr opened 10 years ago

piotaixr commented 10 years ago

There was some errors in the tests:

piotaixr commented 10 years ago

any ideas why travis fails as finding the last versions of doctrine/mongodb and is 'forced' to use a beta version of it?

khepin commented 10 years ago

https://travis-ci.org/khepin/KhepinYamlFixturesBundle/jobs/25993536

Looks like you need to update some dependencies in the composer.json for the tests to pass.

khepin commented 10 years ago

Seems you need to update this: https://github.com/khepin/KhepinYamlFixturesBundle/blob/master/bin/travis-mongo-installer.sh to the latest version of the mongodb extension.