Skip to content

Commit

Permalink
More echo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoran Kabic committed Feb 8, 2024
1 parent 03a49df commit 2841afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SWP/Bundle/FixturesBundle/WebTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2841afe

Please sign in to comment.