- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-revisions-controller.php
r49603 r50463 75 75 $this->revision_3 = array_pop( $revisions ); 76 76 $this->revision_id3 = $this->revision_3->ID; 77 }78 79 public function tearDown() {80 parent::tearDown();81 82 remove_filter( 'map_meta_cap', array( $this, '_filter_map_meta_cap_remove_no_allow_revisions' ) );83 77 } 84 78
Note: See TracChangeset
for help on using the changeset viewer.