Changeset 50463 for trunk/tests/phpunit/tests/rewrite/numericSlugs.php
- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php
r48937 r50463 16 16 } 17 17 18 public function tearDown() {19 parent::tearDown();20 remove_filter( 'wp_unique_post_slug', array( $this, 'filter_unique_post_slug' ), 10, 6 );21 }22 23 18 public function test_go_to_year_segment_collision_without_title() { 24 19 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.