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

Fix tests

This commit is contained in:
2023-05-15 19:15:02 +02:00
parent 0fe9281e3c
commit 7f04dd5fcb
3 changed files with 5 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import XCTest
class PhpVersionDetectionTest: XCTestCase {
func test_can_detect_valid_php_versions() async throws {
let outcome = await PhpEnv.shared.extractPhpVersions(
let outcome = await PhpEnvironments.shared.extractPhpVersions(
from: [
"", // empty lines should be omitted
"php@8.0",