Skip to content

Commit d61fd96

Browse files
committed
QA
1 parent 5d5f19f commit d61fd96

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tempest/Framework/Testing/IntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ protected function setupKernel(): self
158158
root: $this->root,
159159
discoveryLocations: $discoveryLocations,
160160
internalStorage: $this->internalStorage,
161+
longRunning: true,
161162
);
162163

163164
/** @var GenericContainer $container */

tests/Integration/Router/WorkerModeApplicationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ final class WorkerModeApplicationTest extends FrameworkIntegrationTestCase
1212
#[Test]
1313
public function test_shutdown_and_reset_are_called(): void
1414
{
15-
$this->http->get('/');
1615
$this->eventBus->preventEventHandling();
1716

1817
$application = new WorkerModeApplication($this->container);

0 commit comments

Comments
 (0)