[HttpFoundation] Fix volatile MongoDbSessionHandlerTest::testRead()

This commit is contained in:
Nicolas Grekas 2015-05-14 10:16:30 +02:00
parent b403edd1bc
commit 57571a9612
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class MongoDbSessionHandlerTest extends \PHPUnit_Framework_TestCase
// defining the timeout before the actual method call
// allows to test for "greater than" values in the $criteria
$testTimeout = time();
$testTimeout = time() + 1;
$collection->expects($this->once())
->method('findOne')