mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-08 13:30:06 +01:00
♻️ Migrate more tests to Swift Testing
This commit is contained in:
@@ -8,11 +8,8 @@
|
||||
|
||||
import Testing
|
||||
|
||||
@Suite("Commands")
|
||||
struct CommandTest {
|
||||
|
||||
@Test
|
||||
func determinePhpVersion() {
|
||||
@Test func determinePhpVersion() {
|
||||
let version = Command.execute(
|
||||
path: Paths.php,
|
||||
arguments: ["-v"],
|
||||
@@ -24,5 +21,4 @@ struct CommandTest {
|
||||
#expect(version.contains("built"))
|
||||
#expect(version.contains("Zend"))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user