mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-03 09:50:10 +02:00
♻️ Refactor preference override (for tests)
This commit is contained in:
@@ -198,7 +198,7 @@ class TestableConfigurations {
|
||||
"/opt/homebrew/bin/php -r echo ini_get('post_max_size');": "512M"
|
||||
],
|
||||
preferenceOverrides: [
|
||||
.automaticBackgroundUpdateCheck: false
|
||||
.automaticBackgroundUpdateCheck: .bool(false)
|
||||
],
|
||||
phpVersions: [
|
||||
VersionNumber(major: 8, minor: 4, patch: 5),
|
||||
|
||||
Reference in New Issue
Block a user