Changeset 49947 for trunk/tests/phpunit/tests/term/wpInsertTerm.php
- Timestamp:
- 01/08/2021 03:22:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpInsertTerm.php
r48937 r49947 44 44 $this->assertNull( term_exists( $term ) ); 45 45 $this->assertNull( term_exists( $t['term_id'] ) ); 46 $this->assert Equals( $initial_count, wp_count_terms( array( 'taxonomy' => $taxonomy ) ) );46 $this->assertSame( $initial_count, wp_count_terms( array( 'taxonomy' => $taxonomy ) ) ); 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.