1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

Fix tests

This commit is contained in:
2022-03-17 23:32:13 +01:00
parent 15182ea15a
commit 1d6cfd419e
3 changed files with 12 additions and 6 deletions

View File

@ -22,7 +22,7 @@ class PhpVersionDetectionTest: XCTestCase {
"unrelatedphp@1.0", // should be omitted, invalid
"php@5.6",
"php@5.4" // should be omitted, not supported
], checkBinaries: false)
], checkBinaries: false, generateHelpers: false)
XCTAssertEqual(outcome, ["8.0", "7.0"])
}