mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-05 20:40:05 +01:00
✅ Add Composer to testable configuration
This commit is contained in:
@@ -16,6 +16,8 @@ class TestableConfigurations {
|
|||||||
filesystem: [
|
filesystem: [
|
||||||
"/usr/local/bin/"
|
"/usr/local/bin/"
|
||||||
: .fake(.directory, readOnly: true),
|
: .fake(.directory, readOnly: true),
|
||||||
|
"/usr/local/bin/composer"
|
||||||
|
: .fake(.binary),
|
||||||
"/opt/homebrew/bin/brew"
|
"/opt/homebrew/bin/brew"
|
||||||
: .fake(.binary),
|
: .fake(.binary),
|
||||||
"/opt/homebrew/bin/php"
|
"/opt/homebrew/bin/php"
|
||||||
|
|||||||
Reference in New Issue
Block a user