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/UtilTest.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/lib/UtilTest.php') diff --git a/tests/lib/UtilTest.php b/tests/lib/UtilTest.php index 064b73d0b7e..c1dea8d5423 100644 --- a/tests/lib/UtilTest.php +++ b/tests/lib/UtilTest.php @@ -24,16 +24,6 @@ class UtilTest extends \Test\TestCase { } } - public function testGetVersionString(): void { - $version = \OC_Util::getVersionString(); - $this->assertTrue(is_string($version)); - } - - public function testGetEditionString(): void { - $edition = \OC_Util::getEditionString(); - $this->assertTrue(is_string($edition)); - } - public function testSanitizeHTML(): void { $badArray = [ 'While it is unusual to pass an array', -- cgit v1.2.3