]> Raphaël G. Git Repositories - airlibre/commitdiff
Add doctrine fictures bundle
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:45:37 +0000 (11:45 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:45:37 +0000 (11:45 +0100)
config/bundles.php

index 04783c39a6c2b65a35035076fe09855f7adbd2e7..c4891dfa3cedbf04cc77b5748e94e7f453d41a0e 100644 (file)
@@ -12,4 +12,5 @@ return [
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
     Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
     Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
+    Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
 ];