Changeset 44584
- Timestamp:
- 01/14/2019 09:33:56 PM (6 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/redirect.php
r44577 r44584 14 14 function tearDown() { 15 15 remove_filter( 'home_url', array( $this, 'home_url' ) ); 16 parent::tearDown(); 16 17 } 17 18 -
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r44126 r44584 2737 2737 } 2738 2738 2739 public function tearDown() {2740 parent::tearDown();2741 }2742 2743 2739 protected function check_user_data( $user, $data, $context, $links ) { 2744 2740 $this->assertEquals( $user->ID, $data['id'] );
Note: See TracChangeset
for help on using the changeset viewer.