X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FDatabaseTest.php;h=03bebb7b54b4f69c09c45f74867cc5e9213359f0;hb=8f09d81c9f48d30d26a7475762cbacdf782ed7a5;hp=1e581725da1893130469880ac44b5893e07d637b;hpb=0e05ff68686270d87447c570e28543a5bcc7e755;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(); + } }