Changeset 51367 for trunk/tests/phpunit/tests/term/wpGetObjectTerms.php
- Timestamp:
- 07/07/2021 10:32:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpGetObjectTerms.php
r51331 r51367 21 21 // Set the initial terms. 22 22 $tt_1 = wp_set_object_terms( $post_id, $terms_1, $this->taxonomy ); 23 $this->assert Same( 3, count( $tt_1 ));23 $this->assertCount( 3, $tt_1 ); 24 24 25 25 // Make sure they're correct.
Note: See TracChangeset
for help on using the changeset viewer.