Cleanup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-08-17 07:16:41 +00:00
parent 188a6ad9fa
commit e59e105394
5 changed files with 10 additions and 9 deletions

View File

@ -15,12 +15,10 @@ final class CommandShowTest extends \PHPUnit\Framework\TestCase
{
public function testInvalidConfig(): void
{
$applicationd = new Application('backup', "1.1.1");
$applicationd->add(new CommandShow());
$command = $applicationd->find('show');
$commandTester = new CommandTester($command);
$commandTester->execute(['config' => "bad_file"]);
@ -37,7 +35,6 @@ final class CommandShowTest extends \PHPUnit\Framework\TestCase
$applicationd->add(new CommandShow());
$command = $applicationd->find('show');
$commandTester = new CommandTester($command);
$commandTester->execute(['config' => "config.example.yml"]);