8000 Tests: Use relative timestamps · symfony/symfony@7568a82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7568a82

Browse files
committed
Tests: Use relative timestamps
1 parent eec2a7f commit 7568a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testWriteSession()
9292
$this->memcached
9393
->expects($this->once())
9494
->method('set')
95-
->with(self::PREFIX.'id', 'data', 4E6C $this->equalTo(time() + self::TTL, 2))
95+
->with(self::PREFIX.'id', 'data', $this->equalTo(self::TTL, 2))
9696
->willReturn(true)
9797
;
9898

0 commit comments

Comments
 (0)
0