- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/sitemaps/sitemaps-taxonomies.php
r48474 r48937 115 115 unregister_taxonomy_for_object_type( $taxonomy, 'post' ); 116 116 117 $this->assert Equals( $expected, $post_list, 'Custom taxonomy term links are not visible.' );117 $this->assertSame( $expected, $post_list, 'Custom taxonomy term links are not visible.' ); 118 118 } 119 119 … … 217 217 $subtypes = $taxonomies_provider->get_object_subtypes(); 218 218 219 $this->assert Equals( array(), $subtypes, 'Could not filter taxonomies subtypes.' );219 $this->assertSame( array(), $subtypes, 'Could not filter taxonomies subtypes.' ); 220 220 } 221 221 }
Note: See TracChangeset
for help on using the changeset viewer.