Skip to content

Commit f160d0d

Browse files
laylatichygitbutler-client
authored andcommitted
feat(testing): inject AppConfig in IntegrationTest setup to allow
1 parent 22cfe96 commit f160d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tempest/Framework/Testing/IntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ protected function setupConsole(): self
137137

138138
protected function setupTesters(): self
139139
{
140+
$this->appConfig = $this->container->get(AppConfig::class);
140141
$this->http = new HttpRouterTester($this->container);
141142
$this->installer = new InstallerTester($this->container);
142143
$this->eventBus = new EventBusTester($this->container);

0 commit comments

Comments
 (0)