We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ffc2e commit f40bf5bCopy full SHA for f40bf5b
1 file changed
tests/Unit/VCRTest.php
@@ -114,7 +114,7 @@ public function testShouldThrowExceptionIfNoCassettePresent(): void
114
VCR::configure()->enableLibraryHooks(['stream_wrapper']);
115
VCR::turnOn();
116
// If there is no cassette inserted, a request should throw an exception
117
- file_get_contents('http://example.com'); // @phpstan-ignore-line
+ file_get_contents('http://example.com');
118
VCR::turnOff();
119
}
120
0 commit comments