From ceb621b9b5ebcc7da5bf14c262a6b3aa585f11df Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 26 May 2022 13:50:31 +0200 Subject: [PATCH] set update-channel to testing for unittests as long as this branch is not main/stable Signed-off-by: Michael Kaufmann --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 450bf269..8a5bd9cd 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -183,3 +183,4 @@ Settings::Set('system.dnsenabled', '1', true); Settings::Set('system.dns_server', 'PowerDNS', true); Settings::Set('phpfpm.enabled', '1', true); Settings::Set('phpfpm.enabled_ownvhost', '1', true); +Settings::Set('system.update_channel', 'testing', true);