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/PublicNamespace/UtilTest.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 tests/lib/PublicNamespace/UtilTest.php (limited to 'tests/lib/PublicNamespace/UtilTest.php') diff --git a/tests/lib/PublicNamespace/UtilTest.php b/tests/lib/PublicNamespace/UtilTest.php deleted file mode 100644 index 4fa31bd902a..00000000000 --- a/tests/lib/PublicNamespace/UtilTest.php +++ /dev/null @@ -1,30 +0,0 @@ -assertEquals($channel, $actual); - } - - public function channelProvider() { - return [ - ['daily'], - ['beta'], - ['stable'], - ['production'] - ]; - } -} -- cgit v1.2.3