Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Jan 28, 2025
1 parent 74d2459 commit 2bb94f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/AppBundle/Service/SettingsManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public function testCanSendSms($expected, $smsEnabled, $smsGateway, $smsGatewayC
$country,
$foodtechEnable = true,
$b2bEnabled = false,
new GatewayResolver('fr')
new GatewayResolver('fr'),
'/path/to/project_dir'
);

$this->assertEquals($expected, $settingsManager->canSendSms());
Expand Down

0 comments on commit 2bb94f8

Please sign in to comment.