Skip to content
Snippets Groups Projects
Commit 64d063f1 authored by Elan Ruusamäe's avatar Elan Ruusamäe
Browse files

call parent constructor as well

parent 9efc0669
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ class Tar_TestCase extends DokuWikiTest {
protected $extensions = array('tar');
public function setUp() {
parent::setUp();
if (extension_loaded('zlib')) {
$this->extensions[] = 'tgz';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment