Skip to content
Prev Previous commit
Next Next commit
Remove redundant tear_down method.
Co-authored-by: Weston Ruter <[email protected]>
  • Loading branch information
sirreal and westonruter authored May 10, 2024
commit 8a7e4e0e92476e3cf83fa9b60e2f0cbe4757b35e
7 changes: 0 additions & 7 deletions tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ public function set_up() {
$this->interactivity = new WP_Interactivity_API();
}

/**
* Tear down.
*/
public function tear_down() {
remove_filter( 'pre_option_blog_charset', array( $this, 'charset_iso_8859_1' ) );
}

public function charset_iso_8859_1() {
return 'iso-8859-1';
}
Expand Down