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

👌 Include brew (un)link commands for tests

This commit is contained in:
2022-11-02 20:08:15 +01:00
parent f2d5b94831
commit 4de7179d1c
2 changed files with 23 additions and 2 deletions

View File

@@ -22,7 +22,10 @@ class PhpConfigWatcher {
init(for url: URL) {
if FileSystem is TestableFileSystem {
fatalError("PhpConfigWatcher is not compatible with testable FS! You are not allowed to instantiate these while using a testable FS.")
fatalError("""
PhpConfigWatcher is not compatible with testable FS! "
You are not allowed to instantiate these while using a testable FS.
""")
}
self.url = url