environmentHelper = new EnvironmentHelper(); parent::setUp(); } public function testGetServerRoot(): void { $this->assertSame(\OC::$SERVERROOT, $this->environmentHelper->getServerRoot()); } }