Skip to content

Commit

Permalink
Use existing composer options for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Aug 9, 2017
1 parent 034731f commit a64c15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Phug/DevTool/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function testRunShellCommand()
$app = new Application();

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

/**
Expand Down

0 comments on commit a64c15e

Please sign in to comment.