Changeset 48939 for trunk/tests/phpunit/tests/ajax/QuickEdit.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/QuickEdit.php
r47198 r48939 82 82 // 'wptests_tax_2' terms should have been added successfully. 83 83 $post_terms_2 = wp_get_object_terms( $post->ID, 'wptests_tax_2' ); 84 $this->assert EqualSets( array( $t2 ), wp_list_pluck( $post_terms_2, 'term_id' ) );84 $this->assertSameSets( array( $t2 ), wp_list_pluck( $post_terms_2, 'term_id' ) ); 85 85 } 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.