diff --git a/src/SWP/Bundle/FixturesBundle/WebTestCase.php b/src/SWP/Bundle/FixturesBundle/WebTestCase.php index 2c36f4827..2a71a6724 100644 --- a/src/SWP/Bundle/FixturesBundle/WebTestCase.php +++ b/src/SWP/Bundle/FixturesBundle/WebTestCase.php @@ -70,7 +70,7 @@ protected function tearDown(): void { protected function loadCustomFixtures(array $fixtures) { $env = $this->getContainer()->getParameter('test_env'); - + echo "\n\n>>>>>>>>>>>>> Load Custom Fixtures ENV: " . $env . "\n\n"; $registry = new FixtureRegistry(); $registry->setEnvironment($env);