Closed mcg-web closed 10 years ago
hi, I removed ConfigurationTest.php because now we are using a prototype to define the manager configuration values! We can't test the default config values directly(not 100% sure) but anyway the configuration is test in extension test file. I fixed the doctrine min version but having an issue with mongo-ext on travis.
As far as i can see, its not travis that is failing, its scrutinizer. As long as travis is running, its fine. Scrutinizer executes the tests also, i will configure that different.
You can remove that services: mongodb
from travis.yml
Your contribution looks great!
When you think its ready, it would be cool to have a squashed commit for your pull request, please.
I squashed commit and remove "services: mongodb" from travis, it is now ready to be merge :)
Thanks!
Thank you very much for that contribution, its looking great!
Made some comments in the changed files, please have a look on that. I see the
ConfigurationTest.php
is missing. Whats the cause?Support for Doctrine 2.1 has been raised to minimum 2.2. Would there be a way to avoid that?