Skip to content

Commit 56c710a

Browse files
committed
Remove warning
1 parent 8ed9a7b commit 56c710a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Feature/SimpleCacheDriverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
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-
119
$mockClient = new MockClient([
1210
MockResponse::make(['name' => 'Sam']),
1311
MockResponse::make(['name' => 'Gareth']),

0 commit comments

Comments
 (0)