Skip to content

Commit 4eddba3

Browse files
committed
fix: remove unused appconfig assignation
1 parent 4be779a commit 4eddba3

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;
@@ -124,8 +125,6 @@ protected function setupKernel(): self
124125
$container = $this->kernel->container;
125126
$this->container = $container;
126127

127-
$this->appConfig = $this->container->get(className: AppConfig::class);
128-
129128
return $this;
130129
}
131130

0 commit comments

Comments
 (0)