summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2014-04-16 11:22:46 +0300
committerElan Ruusamäe <glen@delfi.ee>2014-04-16 11:22:46 +0300
commit64d063f11abb3946bad9d076a56b0fc51ccff127 (patch)
treec2cf4523c99e1842634706e7a397ac689b7f2cec /_test
parent9efc0669141c20c5c3cf1c76384b8c85734788c9 (diff)
downloadrpg-64d063f11abb3946bad9d076a56b0fc51ccff127.tar.gz
rpg-64d063f11abb3946bad9d076a56b0fc51ccff127.tar.bz2
call parent constructor as well
Diffstat (limited to '_test')
-rw-r--r--_test/tests/inc/tar.test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/tests/inc/tar.test.php b/_test/tests/inc/tar.test.php
index 76037d401..15453b16d 100644
--- a/_test/tests/inc/tar.test.php
+++ b/_test/tests/inc/tar.test.php
@@ -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';
}