Skip to content

Commit 14a8da8

Browse files
authored
feat(testing): inject app config in Integration test setup (#1710)
1 parent 402f0e7 commit 14a8da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tempest/Framework/Testing/IntegrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ protected function setupKernel(): self
122122
$container = $this->kernel->container;
123123
$this->container = $container;
124124

125+
$this->appConfig = $this->container->get(className: AppConfig::class);
126+
125127
return $this;
126128
}
127129

0 commit comments

Comments
 (0)