1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-05 20:40:05 +01: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)
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(
"8.2.6",
"8.2.11"
"8.4.5",
"8.4.11"
)], 5)
}