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