atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
44 stars 25 forks source link

Compatibility with bundleless Symfony 4 structure #111

Closed maxailloud closed 5 years ago

maxailloud commented 6 years ago

The bundle is not working with the new file structure for Symfony 4. It's expecting a bundle but as for now it's possible to not have one, and so the message Bundle "App" does not exists appears, which makes sense as App is not a bundle.

Maybe I missed something existing to make it work, and if it's the case pointing it to me would be nice, or we need to change the BundleDirectoriesResolverPass to take into account this case.

Grummfy commented 6 years ago

thanks for the report, not sure when we we handle it

maxailloud commented 6 years ago

Sure no worries. I will try to find a solution too in the meantime, maybe i can do something.

Grummfy commented 6 years ago

We accept PR. For now, our main dev that knows symfony is really busy so it's hard to dig in this bundle by ourself. Don't hesitate to make a PR with in the title work in progress ([WIP]).

thanks