Changeset 50463 for trunk/tests/phpunit/tests/post/revisions.php
- Timestamp:
- 03/01/2021 06:42:49 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/revisions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/revisions.php
r49603 r50463 21 21 } 22 22 23 function tearDown() {24 unset( $GLOBALS['wp_post_types'][ $this->post_type ] );25 parent::tearDown();26 }27 28 23 /** 29 24 * Note: Test needs reviewing when #16215 is fixed because I'm not sure the test current tests the "correct" behavior
Note: See TracChangeset
for help on using the changeset viewer.