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

♻️ Migrate more tests to Swift Testing (2/?)

This commit is contained in:
2025-09-29 17:12:43 +02:00
parent 5b27d9f0ea
commit ceff52ed11
12 changed files with 119 additions and 133 deletions

View File

@@ -11,10 +11,7 @@ import Foundation
struct ValetConfigurationTest {
static var jsonConfigFileUrl: URL {
return TestBundle.url(
forResource: "valet-config",
withExtension: "json"
)!
TestBundle.url(forResource: "valet-config", withExtension: "json")!
}
@Test func can_load_config_file() throws {