8000
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 fe05bcb + 698f6f2 commit 71ab76bCopy full SHA for 71ab76b
Tests/Adapter/AdapterTestCase.php
@@ -128,7 +128,7 @@ public function testGetMetadata()
128
129
$metadata = $item->getMetadata();
130
$this->assertArrayHasKey(CacheItem::METADATA_CTIME, $metadata);
131
- $this->assertEqualsWithDelta(999, $metadata[CacheItem::METADATA_CTIME], 10);
+ $this->assertEqualsWithDelta(999, $metadata[CacheItem::METADATA_CTIME], 150);
132
$this->assertArrayHasKey(CacheItem::METADATA_EXPIRY, $metadata);
133
$this->assertEqualsWithDelta(9 + time(), $metadata[CacheItem::METADATA_EXPIRY], 1);
134
}
0 commit comments