Skip to content

Commit d7cfc4d

Browse files
authored
correction: no need to assign env param (#25)
Signed-off-by: rahul <[email protected]>
1 parent a2ce07e commit d7cfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Base/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static function setUpBeforeClass(): void
2020
{
2121
parent::setUpBeforeClass();
2222
self::$containerBuilder = new ContainerBuilder();
23-
$loader = new YamlFileLoader(self::$containerBuilder, new FileLocator(__DIR__ . '/../../src/config'), 'dev');
23+
$loader = new YamlFileLoader(self::$containerBuilder, new FileLocator(__DIR__ . '/../../src/config'));
2424
$loader->load('services.yaml');
2525

2626
$content = "Film,Genre,Lead Studio,Audience score %,Profitability,Rotten Tomatoes %,Worldwide Gross,Year\n"

0 commit comments

Comments
 (0)