From 606241caebda2e01702c0d08adbc35ace8d01f13 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Tue, 17 Sep 2024 22:38:44 +0200 Subject: chore(legacy): Introduce public version ct plass and drop version methods from OC_Util Signed-off-by: Julius Knorr --- tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php') diff --git a/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php b/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php index b8280d9816a..379eb178b06 100644 --- a/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php +++ b/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php @@ -22,8 +22,4 @@ class EnvironmentHelperTest extends TestCase { public function testGetServerRoot(): void { $this->assertSame(\OC::$SERVERROOT, $this->environmentHelper->getServerRoot()); } - - public function testGetChannel(): void { - $this->assertSame(\OC_Util::getChannel(), $this->environmentHelper->getChannel()); - } } -- cgit v1.2.3