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 4be7cde commit b244945Copy full SHA for b244945
tests/Http/SessionSection.setExpiration().phpt
@@ -52,4 +52,4 @@ test(function () use ($session) { // try to expire only 1 of the keys
52
Assert::error(function () use ($session) {
53
$namespace = $session->getSection('tmp');
54
$namespace->setExpiration(100);
55
-}, E_USER_NOTICE, 'The expiration time is greater than the session expiration 10 seconds');
+}, E_USER_NOTICE, 'The expiration time is greater than the session expiration %d% seconds');
0 commit comments