Skip to content

Commit

Permalink
Convert before feature to before scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Mar 13, 2024
1 parent 7dff0dd commit 7d8f273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 7d8f273

Please sign in to comment.