Skip to content

Commit

Permalink
test: fixed rounding error
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 13, 2019
1 parent 4be7cde commit b244945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/SessionSection.setExpiration().phpt
Expand Up @@ -52,4 +52,4 @@ test(function () use ($session) { // try to expire only 1 of the keys
Assert::error(function () use ($session) {
$namespace = $session->getSection('tmp');
$namespace->setExpiration(100);
}, 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 comments on commit b244945

Please sign in to comment.