There was an error while loading. Please reload this page.
1 parent f7e1e6d commit d7ae224Copy full SHA for d7ae224
tests/VCR/Util/StreamProcessorTest.php
@@ -116,6 +116,10 @@ public function testRename()
116
117
public function testStreamMetadata()
118
{
119
+ if (version_compare(PHP_VERSION, '5.4.0', '<')) {
120
+ $this->markTestSkipped('Behavior is only applicable and testable for PHP 5.4+');
121
+ }
122
+
123
$mock = $this->getStreamProcessorMock();
124
$mock->expects($this->exactly(8))->method('restore');
125
$mock->expects($this->exactly(8))->method('intercept');
0 commit comments