Skip to content

Commit 24ae725

Browse files
committed
test: refactor: fix test method names
1 parent 19d2749 commit 24ae725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/HTTP/IncomingRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testMissingOldInput()
110110
/**
111111
* @see https://github.com/codeigniter4/CodeIgniter4/issues/1492
112112
*/
113-
public function testCanGetOldInputArray()
113+
public function testCanGetOldInputArrayWithSESSION()
114114
{
115115
$_SESSION['_ci_old_input'] = [
116116
'get' => ['apple' => ['name' => 'two']],
@@ -127,7 +127,7 @@ public function testCanGetOldInputArray()
127127
* @runInSeparateProcess
128128
* @preserveGlobalState disabled
129129
*/
130-
public function testCanSerializeOldArray()
130+
public function testCanGetOldInputArrayWithSessionService()
131131
{
132132
$locations = [
133133
'AB' => 'Alberta',

0 commit comments

Comments
 (0)