Skip to content

Commit e1be426

Browse files
committed
Session test needs to be independent
1 parent 13b439f commit e1be426

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/system/HTTP/IncomingRequestTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ public function testCanGetOldInputArray()
9696
}
9797

9898
// Reference: https://github.com/codeigniter4/CodeIgniter4/issues/1492
99+
/**
100+
* @runInSeparateProcess
101+
* @preserveGlobalState disabled
102+
*/
99103
public function testCanSerializeOldArray()
100104
{
101105
$locations = [

0 commit comments

Comments
 (0)