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