1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-29 08:00:08 +02:00

All tests pass again

This commit is contained in:
2025-09-26 21:58:19 +02:00
parent 7973f12531
commit cfb72d1781

View File

@@ -108,10 +108,10 @@ final class MainMenuTest: UITestCase {
// But not PHP 8.6 (yet) // But not PHP 8.6 (yet)
assertNotExists(app.staticTexts["PHP 8.6"]) assertNotExists(app.staticTexts["PHP 8.6"])
// Also, PHP 8.2 should have an update available // Also, PHP 8.4 should have an update available
assertExists(app.staticTexts["phpman.version.has_update".localized( assertExists(app.staticTexts["phpman.version.has_update".localized(
"8.2.6", "8.4.5",
"8.2.11" "8.4.11"
)], 5) )], 5)
} }