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:
@@ -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
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
import Testing
|
||||
import Foundation
|
||||
|
||||
@Suite(.serialized)
|
||||
struct TestableFileSystemTest {
|
||||
private var container: Container
|
||||
|
||||
|
||||
Reference in New Issue
Block a user