From af2dd600224cdea03407e9a85c8d1bc272525fad Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 22 Dec 2024 01:18:53 +0000 Subject: [PATCH] add fixtures bundle for test data --- config/bundles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/bundles.php b/config/bundles.php index 0457f99..12e7c8a 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -11,4 +11,5 @@ return [ Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], + Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], ];