Skip to content

Commit

Permalink
Install test framework adapters as dev dependencies (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Apr 26, 2020
1 parent 9a3bca9 commit 52d597a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TestFramework/AdapterInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function install(string $adapterName): void
$process = new Process([
$this->composerExecutableFinder->find(),
'require',
'--dev',
self::OFFICIAL_ADAPTERS_MAP[$adapterName],
]);

Expand Down

0 comments on commit 52d597a

Please sign in to comment.