Skip to content

Instantly share code, notes, and snippets.

@Zayon
Created June 27, 2019 16:25
Show Gist options
  • Save Zayon/22aa9630d62ef5d1556e05c3f61b35e8 to your computer and use it in GitHub Desktop.
Save Zayon/22aa9630d62ef5d1556e05c3f61b35e8 to your computer and use it in GitHub Desktop.
Enable bundles
<?php
return [
// ...
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], // should already be enabled.
// ..
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['test' => true],
Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => ['test' => true],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment