Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from mikemadison13/7
Browse files Browse the repository at this point in the history
Fixes #8: re-adds the container logic for TestsWizard.
  • Loading branch information
danepowell committed Jan 7, 2021
2 parents 14f6949 + 4fd60f6 commit 8d9f7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Blt/Plugin/Commands/BehatTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class BehatTestCommand extends TestsCommandBase {
public function initialize() {
parent::initialize();
$this->behatLogDir = $this->getConfigValue('tests.reports.localDir') . "/behat";
$this->container->add(TestsWizard::class)->withArgument('executor');
}

/**
Expand Down

0 comments on commit 8d9f7cd

Please sign in to comment.