We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9a7b commit 56c710aCopy full SHA for 56c710a
1 file changed
tests/Feature/SimpleCacheDriverTest.php
@@ -6,8 +6,6 @@
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