Skip to content

Commit 9c40b1f

Browse files
committed
wip
1 parent 50b7f97 commit 9c40b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Application/HttpApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function test_http_application_run(): void
2727
}
2828

2929
#[Test]
30-
public function session_is_only_cleaned_when_started(): void
30+
public function session_is_not_set_even_when_it_was_cleaned_and_empty(): void
3131
{
3232
$this->appConfig->baseUri = 'http://127.0.0.1:8081';
3333
$process = new Process(['./tempest', 'serve', '127.0.0.1:8081'], getcwd());

0 commit comments

Comments
 (0)