X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FDatabaseTest.php;h=03bebb7b54b4f69c09c45f74867cc5e9213359f0;hb=65dedb7a7eea294484143976c983255d573f4e1e;hp=b69adc4a1e12c36c80334d415ef2d61a2c3e28c9;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php index b69adc4a1e..03bebb7b54 100644 --- a/tests/DatabaseTest.php +++ b/tests/DatabaseTest.php @@ -1,6 +1,6 @@ setUpDb(); + + parent::setUp(); + } + + protected function tearDown(): void + { + $this->tearDownDb(); + + parent::tearDown(); + } }