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.
1 parent 381c440 commit 41acf11Copy full SHA for 41acf11
Tests/HttpCache/HttpCacheTest.php
@@ -716,7 +716,7 @@ public function testFetchesFullResponseWhenCacheStaleAndNoValidatorsPresent()
716
$this->assertTraceContains('store');
717
$this->assertEquals('Hello World', $this->response->getContent());
718
719
- # go in and play around with the cached metadata directly ...
+ // go in and play around with the cached metadata directly ...
720
$values = $this->getMetaStorageValues();
721
$this->assertCount(1, $values);
722
$tmp = unserialize($values[0]);
0 commit comments