Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 67965c5

Browse files
committed
Zend_Filter_Compress_TarTest does not throw an error
1 parent 34ed390 commit 67965c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Zend/Filter/Compress/TarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function setUp()
5555
if (!class_exists('Archive_Tar')) {
5656
require_once 'Zend/Loader.php';
5757
try {
58-
Zend_Loader::loadClass('Archive_Tar');
58+
@Zend_Loader::loadClass('Archive_Tar');
5959
} catch (Zend_Exception $e) {
6060
$this->markTestSkipped('This filter needs PEARs Archive_Tar');
6161
}

0 commit comments

Comments
 (0)