X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FDatabaseTest.php;h=97f73a7291828d05ccd880d34260baa8abbc684c;hb=e391328cbf7edf05b6d40fd15c538f2f9260346a;hp=b69adc4a1e12c36c80334d415ef2d61a2c3e28c9;hpb=befc2af5043a3afde251721c0d27df695db1bb7e;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(); + } }