Skip to content

Commit 8ed9a7b

Browse files
committed
Update error warning
1 parent b216aca commit 8ed9a7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Feature/SimpleCacheDriverTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
use Sammyjo20\SaloonCachePlugin\Tests\Fixtures\Requests\SimpleCachedUserRequest;
77

88
it('will return a cached response', function () {
9+
error_reporting(E_ALL ^ E_WARNING);
10+
911
$mockClient = new MockClient([
1012
MockResponse::make(['name' => 'Sam']),
1113
MockResponse::make(['name' => 'Gareth']),

0 commit comments

Comments
 (0)