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'); }