8000 Merge branch '4.4' into 5.3 · symfony/cache@71ab76b · GitHub
[go: up one dir, main page]

Skip to content

Commit 71ab76b

Browse files
Merge branch '4.4' into 5.3
* 4.4: [HttpClient] fix monitoring responses issued before reset() [Cache] workaround transient test on M1 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses [HttpClient] minor change
2 parents fe05bcb + 698f6f2 commit 71ab76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Adapter/AdapterTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function testGetMetadata()
128128

129129
$metadata = $item->getMetadata();
130130
$this->assertArrayHasKey(CacheItem::METADATA_CTIME, $metadata);
131-
$this->assertEqualsWithDelta(999, $metadata[CacheItem::METADATA_CTIME], 10);
131+
$this->assertEqualsWithDelta(999, $metadata[CacheItem::METADATA_CTIME], 150);
132132
$this->assertArrayHasKey(CacheItem::METADATA_EXPIRY, $metadata);
133133
$this->assertEqualsWithDelta(9 + time(), $metadata[CacheItem::METADATA_EXPIRY], 1);
134134
}

0 commit comments

Comments
 (0)
0