1
0
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:
2026-02-23 13:56:27 +01:00
parent ab34716273
commit 1be1e05c16
6 changed files with 41 additions and 22 deletions

View File

@@ -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),