From 7db9e1c249104fe09da29fe2fb0d48afcc2bc181 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 20 Jan 2023 17:14:51 +1300 Subject: [PATCH] MNT Remove legacy upgrader config --- src/Context/LoginContext.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Context/LoginContext.php b/src/Context/LoginContext.php index f3d8f36..18dd262 100644 --- a/src/Context/LoginContext.php +++ b/src/Context/LoginContext.php @@ -242,7 +242,6 @@ class LoginContext implements Context /** * @Then /^the password for "([^"]*)" should be "([^"]*)"$/ - * @skipUpgrade * @param string $id * @param string $password */