Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Jul 29, 2024
1 parent 14a0420 commit a336636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Integration/inc/common/doAdminPostRocketPurgeCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ public static function tear_down_after_class() {
}

public function set_up() {
parent::set_up();
}

public function tear_down() {
parent::tear_down();

foreach ( array_keys( self::$original_transients ) as $transient ) {
delete_transient( $transient );
}
Expand Down

0 comments on commit a336636

Please sign in to comment.