From 4fd60f619441b99456bcbf02c7df2ada3e889b76 Mon Sep 17 00:00:00 2001 From: Mike Madison Date: Thu, 7 Jan 2021 10:59:34 -0800 Subject: [PATCH] Fixes #8: re-adds the container logic for TestsWizard. --- src/Blt/Plugin/Commands/BehatTestCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Blt/Plugin/Commands/BehatTestCommand.php b/src/Blt/Plugin/Commands/BehatTestCommand.php index e5dec60..253e323 100644 --- a/src/Blt/Plugin/Commands/BehatTestCommand.php +++ b/src/Blt/Plugin/Commands/BehatTestCommand.php @@ -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'); } /**