Skip to content

Commit

Permalink
correction: no need to assign env param (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: rahul <rcsofttech85@gmail.com>
  • Loading branch information
rcsofttech85 committed Sep 19, 2023
1 parent a2ce07e commit d7cfc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Base/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static function setUpBeforeClass(): void
{
parent::setUpBeforeClass();
self::$containerBuilder = new ContainerBuilder();
$loader = new YamlFileLoader(self::$containerBuilder, new FileLocator(__DIR__ . '/../../src/config'), 'dev');
$loader = new YamlFileLoader(self::$containerBuilder, new FileLocator(__DIR__ . '/../../src/config'));
$loader->load('services.yaml');

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

0 comments on commit d7cfc4d

Please sign in to comment.