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