We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088c405 commit ed98194Copy full SHA for ed98194
tests/Command/UpdateRecipesCommandTest.php
@@ -75,7 +75,7 @@ public function testCommandUpdatesRecipe()
75
(new Process(['git', 'add', '-A'], FLEX_TEST_DIR))->mustRun();
76
(new Process(['git', 'commit', '-m', 'setup of original console files'], FLEX_TEST_DIR))->mustRun();
77
78
- (new Process(['composer', 'install'], FLEX_TEST_DIR))->mustRun();
+ (new Process([__DIR__.'/../../vendor/bin/composer', 'install'], FLEX_TEST_DIR))->mustRun();
79
80
$command = $this->createCommandUpdateRecipes();
81
$command->execute(['package' => 'symfony/console']);
0 commit comments