1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-02 09:30:08 +02:00

All tests pass again

This commit is contained in:
2025-10-16 14:43:29 +02:00
parent 546f01d55d
commit a0e2907fae
8 changed files with 99 additions and 22 deletions

View File

@@ -14,7 +14,9 @@ final class InternalSwitcherTest: FeatureTestCase {
"/opt/homebrew/etc/php/8.1/php-fpm.d/www.conf": .fake(.text)
]), fs = c.filesystem as! TestableFileSystem
let outcome = await InternalSwitcher(container: c).disableDefaultPhpFpmPool("8.1")
let outcome = await InternalSwitcher(container: c)
.disableDefaultPhpFpmPool("8.1")
XCTAssertTrue(outcome)
assertFileSystemHas("/opt/homebrew/etc/php/8.1/php-fpm.d/www.conf.disabled-by-phpmon", in: fs)