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:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user