Skip to content

Commit a64c15e

Browse files
committed
Use existing composer options for tests
1 parent 034731f commit a64c15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Phug/DevTool/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testRunShellCommand()
8888
$app = new Application();
8989

9090
self::assertSame(0, $app->runShellCommand('composer', ['--quiet']));
91-
self::assertSame(0, $app->runShellCommand('composer', ['--quiet', '--verbose' => 2]));
91+
self::assertSame(0, $app->runShellCommand('composer', ['--quiet', '--verbose', '--format' => 'xml']));
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)