Skip to content

Commit ee458b1

Browse files
committed
feat(testing): inject AppConfig in IntegrationTest setup to allow
1 parent 22cfe96 commit ee458b1

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
@@ -123,6 +123,8 @@ protected function setupKernel(): self
123123
$container = $this->kernel->container;
124124
$this->container = $container;
125125

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

0 commit comments

Comments
 (0)