I'm trying to testing my app made with Symfony. I wrote a test and when I launch it, i get the following error:
Fatal error: Class 'Doctrine\Bundle\DoctrineBundle\DoctrineBundle' not found in /.../app/AppKernel.php on line 17
I had the same error with Symfony's MonologBundle
, AsseticBundle
and SwiftmailerBundle
: then I've manually added these bundles into my app, so pheraps I have fixed those errors, but with Doctrine I've not found any solutions yet.