Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Apr 3, 2024
1 parent b44f6fb commit 7438391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Command/ClearLogsCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ public function testExecute(): void
self::bootKernel();
$application = new Application(self::$kernel);

$command = $application->find('doctrine:migrations:migrate');
$commandTester = new CommandTester($command);
$commandTester->execute(['n']);

$command = $application->find('app:clearlogs');
$commandTester = new CommandTester($command);
$commandTester->execute([]);
Expand Down

0 comments on commit 7438391

Please sign in to comment.