setUpDb(); parent::setUp(); } protected function tearDown(): void { $this->tearDownDb(); parent::tearDown(); } }