khepin / KhepinYamlFixturesBundle

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

Change cast value in case other name than AppKernel #33

Open gh0stonio opened 10 years ago

gh0stonio commented 10 years ago

In some project, we can rename the AppKernel in something more special and in this case we can't use your bundle anymore. So i updated it changing the cast of the $kernel value from \AppKernel to Kernel in order to have something that always work.

Thanks

khepin commented 10 years ago

Update the tests as well so they pass then ;)

khepin commented 10 years ago

Ping! I'm ready to merge this if tests are passing. Do you have time to work on them?