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 19d2749 commit 24ae725Copy full SHA for 24ae725
tests/system/HTTP/IncomingRequestTest.php
@@ -110,7 +110,7 @@ public function testMissingOldInput()
110
/**
111
* @see https://github.com/codeigniter4/CodeIgniter4/issues/1492
112
*/
113
- public function testCanGetOldInputArray()
+ public function testCanGetOldInputArrayWithSESSION()
114
{
115
$_SESSION['_ci_old_input'] = [
116
'get' => ['apple' => ['name' => 'two']],
@@ -127,7 +127,7 @@ public function testCanGetOldInputArray()
127
* @runInSeparateProcess
128
* @preserveGlobalState disabled
129
130
- public function testCanSerializeOldArray()
+ public function testCanGetOldInputArrayWithSessionService()
131
132
$locations = [
133
'AB' => 'Alberta',
0 commit comments