We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c39c7 commit 15d579aCopy full SHA for 15d579a
tests/CachedKeySetTest.php
@@ -94,8 +94,6 @@ public function testInvalidHttpResponseThrowsException()
94
$this->expectExceptionMessage('HTTP Error: 404 URL not found');
95
$this->expectExceptionCode(404);
96
97
- $body = $this->prophesize('Psr\Http\Message\StreamInterface');
98
-
99
$response = $this->prophesize('Psr\Http\Message\ResponseInterface');
100
$response->getStatusCode()
101
->shouldBeCalled()
0 commit comments