Skip to content

Commit 7c69140

Browse files
committed
docs: remove out-of-dated comment
1 parent c2ab3d2 commit 7c69140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/CommonFunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public function testOldInput()
308308

309309
$this->assertSame('bar', old('foo')); // regular parameter
310310
$this->assertSame('doo', old('yabba dabba', 'doo')); // non-existing parameter
311-
$this->assertSame('fritz', old('zibble')); // serialized parameter
311+
$this->assertSame('fritz', old('zibble'));
312312
}
313313

314314
/**

0 commit comments

Comments
 (0)