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