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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user