We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b216aca commit 8ed9a7bCopy full SHA for 8ed9a7b
1 file changed
tests/Feature/SimpleCacheDriverTest.php
@@ -6,6 +6,8 @@
6
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Requests\SimpleCachedUserRequest;
7
8
it('will return a cached response', function () {
9
+ error_reporting(E_ALL ^ E_WARNING);
10
+
11
$mockClient = new MockClient([
12
MockResponse::make(['name' => 'Sam']),
13
MockResponse::make(['name' => 'Gareth']),
0 commit comments