From 4f6bae87d4f57fcc8b7a20f1ce2e3d0e231016aa Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 1 Nov 2022 17:08:01 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Add=20Composer=20to=20testable=20co?= =?UTF-8?q?nfiguration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Shared/TestableConfigurations.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Shared/TestableConfigurations.swift b/tests/Shared/TestableConfigurations.swift index 4186132..bd97a6b 100644 --- a/tests/Shared/TestableConfigurations.swift +++ b/tests/Shared/TestableConfigurations.swift @@ -16,6 +16,8 @@ class TestableConfigurations { filesystem: [ "/usr/local/bin/" : .fake(.directory, readOnly: true), + "/usr/local/bin/composer" + : .fake(.binary), "/opt/homebrew/bin/brew" : .fake(.binary), "/opt/homebrew/bin/php"