File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ public function testMissingOldInput()
107107 $ this ->assertNull ($ this ->request ->getOldInput ('pineapple.name ' ));
108108 }
109109
110- // Reference: https://github.com/codeigniter4/CodeIgniter4/issues/1492
110+ /**
111+ * @see https://github.com/codeigniter4/CodeIgniter4/issues/1492
112+ */
111113 public function testCanGetOldInputArray ()
112114 {
113115 $ _SESSION ['_ci_old_input ' ] = [
@@ -119,9 +121,9 @@ public function testCanGetOldInputArray()
119121 $ this ->assertSame (['name ' => 'foo ' ], $ this ->request ->getOldInput ('banana ' ));
120122 }
121123
122- // Reference: https://github.com/codeigniter4/CodeIgniter4/issues/1492
123-
124124 /**
125+ * @see https://github.com/codeigniter4/CodeIgniter4/issues/1492
126+ *
125127 * @runInSeparateProcess
126128 * @preserveGlobalState disabled
127129 */
You can’t perform that action at this time.
0 commit comments