Changeset 47526 for trunk/tests/phpunit/tests/import/import.php
- Timestamp:
- 03/28/2020 08:42:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r47198 r47526 82 82 $this->assertEquals( 1, $page_count->draft ); 83 83 $comment_count = wp_count_comments(); 84 $this->assert Equals( 1, $comment_count->total_comments );84 $this->assertSame( 1, $comment_count->total_comments ); 85 85 86 86 $posts = get_posts( … … 246 246 $this->assertEquals( 1, $page_count->draft ); 247 247 $comment_count = wp_count_comments(); 248 $this->assert Equals( 1, $comment_count->total_comments );248 $this->assertSame( 1, $comment_count->total_comments ); 249 249 } 250 250
Note: See TracChangeset
for help on using the changeset viewer.