feat: upgrade project to symfony 7.4
This commit is contained in:
@@ -88,7 +88,7 @@ class BpnSyncContingentsCommandTest extends TestCase
|
||||
);
|
||||
|
||||
$application = new Application();
|
||||
$application->add($command);
|
||||
$application->addCommand($command);
|
||||
|
||||
$tester = new CommandTester($application->find('app:bpn:sync-contingents'));
|
||||
$tester->execute(['--horizon-months' => '1']);
|
||||
|
||||
Reference in New Issue
Block a user