1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

Add Composer to testable configuration

This commit is contained in:
2022-11-01 17:08:01 +01:00
parent ce44166b48
commit 4f6bae87d4

View File

@ -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"