Skip to content

Commit

Permalink
Merge pull request #24 from ho-nl/proxies
Browse files Browse the repository at this point in the history
fix: use proxies in run command to prevent errors in integration tests
  • Loading branch information
Maikel-Koek authored Sep 21, 2021
2 parents 616d31a + d3d6ce2 commit 965d62d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Console/Command/HoImportRunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ class HoImportRunCommand extends Command
* @param ConsoleOutput $consoleOutput
*/
public function __construct(
ImportProfilePoolInterface $importProfilePool,
Stopwatch $stopwatch,
ConsoleOutput $consoleOutput
ImportProfilePoolInterface\Proxy $importProfilePool,
Stopwatch\Proxy $stopwatch,
ConsoleOutput\Proxy $consoleOutput
) {
$this->importProfilePool = $importProfilePool;
$this->stopwatch = $stopwatch;
Expand Down

0 comments on commit 965d62d

Please sign in to comment.