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