We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b7f97 commit 9c40b1fCopy full SHA for 9c40b1f
tests/Integration/Application/HttpApplicationTest.php
@@ -27,7 +27,7 @@ public function test_http_application_run(): void
27
}
28
29
#[Test]
30
- public function session_is_only_cleaned_when_started(): void
+ public function session_is_not_set_even_when_it_was_cleaned_and_empty(): void
31
{
32
$this->appConfig->baseUri = 'http://127.0.0.1:8081';
33
$process = new Process(['./tempest', 'serve', '127.0.0.1:8081'], getcwd());
0 commit comments