From eaa74b71416ba63469467c9d4dd4e3bfa4707643 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 12 Oct 2022 22:49:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Annotate=20configurations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Common/Testables/TestableConfigurations.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpmon/Common/Testables/TestableConfigurations.swift b/phpmon/Common/Testables/TestableConfigurations.swift index 20457e2..31ef899 100644 --- a/phpmon/Common/Testables/TestableConfigurations.swift +++ b/phpmon/Common/Testables/TestableConfigurations.swift @@ -21,6 +21,8 @@ struct TestableConfiguration { // swiftlint:disable colon trailing_comma class TestableConfigurations { + + /** A broken system, that will not get past initialization due to missing binaries. */ static var broken: TestableConfiguration { return TestableConfiguration( architecture: "arm64", @@ -33,7 +35,7 @@ class TestableConfigurations { ) } - // TODO: All expected, correct Terminal responses + /** A functional, working system setup that is compatible with PHP Monitor. */ static var working: TestableConfiguration { return TestableConfiguration( architecture: "arm64",