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.
2 parents b403edd + 57571a9 commit 52c78b9Copy full SHA for 52c78b9
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php
@@ -87,7 +87,7 @@ public function testRead()
87
88
// defining the timeout before the actual method call
89
// allows to test for "greater than" values in the $criteria
90
- $testTimeout = time();
+ $testTimeout = time() + 1;
91
92
$collection->expects($this->once())
93
->method('findOne')
0 commit comments