From 7d8f27380b80f1061b3eb8816730029e199a3f1b Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 13 Mar 2024 12:15:28 -0300 Subject: [PATCH] Convert before feature to before scenario Signed-off-by: Vitor Mattos --- tests/integration/features/bootstrap/FeatureContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/features/bootstrap/FeatureContext.php b/tests/integration/features/bootstrap/FeatureContext.php index 8e111be16e..1ca6d10458 100644 --- a/tests/integration/features/bootstrap/FeatureContext.php +++ b/tests/integration/features/bootstrap/FeatureContext.php @@ -26,9 +26,9 @@ public static function beforeSuite(BeforeSuiteScope $scope) { } /** - * @BeforeFeature + * @BeforeScenario */ - public static function BeforeFeature(): void { + public static function BeforeScenario(): void { self::runCommand('libresign:developer:reset --all'); }