Changeset 50463 for trunk/tests/phpunit/tests/formatting/redirect.php
- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/redirect.php
r50337 r50463 10 10 parent::setUp(); 11 11 add_filter( 'home_url', array( $this, 'home_url' ) ); 12 }13 14 function tearDown() {15 remove_filter( 'home_url', array( $this, 'home_url' ) );16 parent::tearDown();17 12 } 18 13
Note: See TracChangeset
for help on using the changeset viewer.