1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-05 20:40:05 +01:00

Fix some more tests

This commit is contained in:
2025-09-25 17:38:00 +02:00
parent 3d403f5ef6
commit 5b6a804667

View File

@@ -48,7 +48,7 @@ final class StartupTest: UITestCase {
final func test_get_warning_about_missing_fpm_symlink() throws {
var configuration = TestableConfigurations.working
configuration.filesystem["/opt/homebrew/etc/php/8.2/php-fpm.d/valet-fpm.conf"] = nil
configuration.filesystem["/opt/homebrew/etc/php/8.4/php-fpm.d/valet-fpm.conf"] = nil
let app = launch(with: configuration)