X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FDatabaseTest.php;h=97f73a7291828d05ccd880d34260baa8abbc684c;hb=ed805d1af289c0085891dbb6e4ae115e58465503;hp=1e581725da1893130469880ac44b5893e07d637b;hpb=2c56d2f3360c08e312e5c167261af8e5d4b87af4;p=friendica.git diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php index 1e581725da..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(); + } }