mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-29 08:00:08 +02:00
✅ Update TestableConfiguration for UI Tests
- Added missing apps (to be refactored) - Added output for `brew info shivammathur/php/php --json`
This commit is contained in:
@@ -124,16 +124,29 @@ class TestableConfigurations {
|
||||
: .instant("Error: No available formula with the name \"shivammathur/php/php\"."),
|
||||
"/usr/bin/open -Ra \"PhpStorm\""
|
||||
: .instant("Unable to find application named 'PhpStorm'", .stdErr),
|
||||
"/usr/bin/open -Ra \"WebStorm\""
|
||||
: .instant("Unable to find application named 'WebStorm'", .stdErr),
|
||||
"/usr/bin/open -Ra \"Visual Studio Code\""
|
||||
: .instant("Unable to find application named 'Visual Studio Code'", .stdErr),
|
||||
"/usr/bin/open -Ra \"VSCodium\""
|
||||
: .instant("Unable to find application named 'VSCodium'", .stdErr),
|
||||
"/usr/bin/open -Ra \"Sublime Text\""
|
||||
: .instant("Unable to find application named 'Sublime Text'", .stdErr),
|
||||
"/usr/bin/open -Ra \"Sublime Merge\""
|
||||
: .instant("Unable to find application named 'Sublime Merge'", .stdErr),
|
||||
"/usr/bin/open -Ra \"Tower\""
|
||||
: .instant("Unable to find application named 'Tower'", .stdErr),
|
||||
"/usr/bin/open -Ra \"SourceTree\""
|
||||
: .instant("Unable to find application named 'SourceTree'", .stdErr),
|
||||
"/usr/bin/open -Ra \"iTerm\""
|
||||
: .instant("Unable to find application named 'iTerm'", .stdErr),
|
||||
"/usr/bin/open -Ra \"Ghostty\""
|
||||
: .instant("Unable to find application named 'Ghostty'", .stdErr),
|
||||
|
||||
"/opt/homebrew/bin/brew info php --json"
|
||||
: .instant(ShellStrings.shared.brewJson),
|
||||
"/opt/homebrew/bin/brew info shivammathur/php/php --json"
|
||||
: .instant(ShellStrings.shared.brewJson),
|
||||
"sudo /opt/homebrew/bin/brew services info --all --json"
|
||||
: .instant(ShellStrings.shared.brewServicesAsRoot),
|
||||
"/opt/homebrew/bin/brew services info --all --json"
|
||||
|
||||
Reference in New Issue
Block a user