Skip to content

Commit b244945

Browse files
committed
test: fixed rounding error
1 parent 4be7cde commit b244945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/SessionSection.setExpiration().phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ test(function () use ($session) { // try to expire only 1 of the keys
5252
Assert::error(function () use ($session) {
5353
$namespace = $session->getSection('tmp');
5454
$namespace->setExpiration(100);
55-
}, E_USER_NOTICE, 'The expiration time is greater than the session expiration 10 seconds');
55+
}, E_USER_NOTICE, 'The expiration time is greater than the session expiration %d% seconds');

0 commit comments

Comments
 (0)