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

Parse nginx files + tests

This commit is contained in:
2022-03-14 23:35:08 +01:00
parent 26badc759e
commit a0e7aec228
7 changed files with 260 additions and 5 deletions

View File

@ -24,6 +24,6 @@ class PhpVersionDetectionTest: XCTestCase {
"php@5.4" // should be omitted, not supported
], checkBinaries: false)
XCTAssertEqual(outcome, ["8.0", "7.0", "5.6"])
XCTAssertEqual(outcome, ["8.0", "7.0"])
}
}