mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-02 01:30:07 +02:00
✅ Fix unit tests
This commit is contained in:
@@ -47,7 +47,7 @@ struct HomebrewUpgradableTest {
|
||||
"7.4": PhpInstallation(container, "7.4.11")
|
||||
]
|
||||
|
||||
let data = await BrewPhpFormulaeHandler(container: container)
|
||||
let data = await BrewPhpFormulaeHandler(container)
|
||||
.loadPhpVersions(loadOutdated: true)
|
||||
|
||||
#expect(true == data.contains(where: { formula in
|
||||
|
||||
Reference in New Issue
Block a user