Skip to content

Commit

Permalink
Fix integration tests cross-dependency issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Aug 22, 2024
1 parent f32e345 commit 49dde7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tests/php/integration/WPDiscuz/SubscribeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ static function ( $function_name ) {
*/
public function tearDown(): void {
unset( $_POST['h-captcha-response'], $_POST['g-recaptcha-response'] );

parent::tearDown();
}

/**
Expand Down

0 comments on commit 49dde7d

Please sign in to comment.