mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-07 13:20:05 +01:00
✅ Fix some more tests
This commit is contained in:
@@ -48,7 +48,7 @@ final class StartupTest: UITestCase {
|
|||||||
|
|
||||||
final func test_get_warning_about_missing_fpm_symlink() throws {
|
final func test_get_warning_about_missing_fpm_symlink() throws {
|
||||||
var configuration = TestableConfigurations.working
|
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)
|
let app = launch(with: configuration)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user