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 22cfe96 commit f160d0dCopy full SHA for f160d0d
src/Tempest/Framework/Testing/IntegrationTest.php
@@ -137,6 +137,7 @@ protected function setupConsole(): self
137
138
protected function setupTesters(): self
139
{
140
+ $this->appConfig = $this->container->get(AppConfig::class);
141
$this->http = new HttpRouterTester($this->container);
142
$this->installer = new InstallerTester($this->container);
143
$this->eventBus = new EventBusTester($this->container);
0 commit comments