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

Add testable WebApi

This commit is contained in:
2025-11-18 14:02:16 +01:00
parent 7a60435421
commit ea6d7ca457
12 changed files with 238 additions and 61 deletions

View File

@@ -9,7 +9,7 @@
import Testing
import Foundation
@Suite(.serialized)
@Suite(.serialized) // serialized due to how unique temp directory works
struct RealFileSystemTest {
var filesystem: FileSystemProtocol

View File

@@ -9,7 +9,6 @@
import Testing
import Foundation
@Suite(.serialized)
struct TestableFileSystemTest {
private var container: Container