setUpVfsDir(); $this->setUpDb(); parent::setUp(); } protected function getInstance() { return new DatabaseLock($this->getDbInstance(), $this->pid); } protected function tearDown(): void { parent::tearDown(); $this->tearDownDb(); } }