X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FDatabaseTest.php;h=cc13c4bc897d697a587daa96b2a46f7595a4763f;hb=fb1e8e75f5eef9c4e05bec047bda6077e6c275de;hp=1e581725da1893130469880ac44b5893e07d637b;hpb=01640a7045e146759bc936dd499ac27738b78940;p=friendica.git diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php index 1e581725da..cc13c4bc89 100644 --- a/tests/DatabaseTest.php +++ b/tests/DatabaseTest.php @@ -1,6 +1,6 @@ setUpDb(); + + parent::setUp(); + } + + protected function tearDown(): void + { + $this->tearDownDb(); + + parent::tearDown(); + } }