Skip to content

Commit 33f3b10

Browse files
committed
fix: remove unused appconfig assignation
1 parent edb1046 commit 33f3b10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Tempest/Framework/Testing/IntegrationTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use Tempest\Console\OutputBuffer;
1717
use Tempest\Console\Testing\ConsoleTester;
1818
use Tempest\Container\GenericContainer;
19+
use Tempest\Core\AppConfig;
1920
use Tempest\Core\ExceptionTester;
2021
use Tempest\Core\FrameworkKernel;
2122
use Tempest\Core\Kernel;
@@ -119,8 +120,6 @@ protected function setupKernel(): self
119120
$container = $this->kernel->container;
120121
$this->container = $container;
121122

122-
$this->appConfig = $this->container->get(className: AppConfig::class);
123-
124123
return $this;
125124
}
126125

0 commit comments

Comments
 (0)