|
@@ -41,7 +41,7 @@ |
|
|
block discarded – undo |
|
41
|
41
|
public function testPackExtract($archiveType) |
|
42
|
42
|
{ |
|
43
|
43
|
if ((version_compare(PHP_VERSION, '7.4.0') >= 0) && (getenv('TRAVIS'))) { |
|
44
|
|
- $this->markTestSkipped('Zip libraries apparently not available on Travis CI with PHP 7.4 image.'); |
|
|
44
|
+ $this->markTestSkipped('Zip libraries apparently not available on Travis CI with PHP 7.4 image.'); |
|
45
|
45
|
} |
|
46
|
46
|
|
|
47
|
47
|
// Archive directory and then extract it again with Archive and Extract tasks |
Please login to merge, or discard this patch.