We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7623f27 commit 2bb1e65Copy full SHA for 2bb1e65
tests/phpunit/tests/admin/exportWp.php
@@ -321,7 +321,6 @@ public function test_export_wp_includes_comments_when_not_filtered() {
321
322
$xml_obj = $this->get_the_export( array() );
323
$comment_tags = $xml_obj->xpath( '//wp:comment' );
324
-
325
$this->assertCount( $comment_count, $comment_tags, 'Export should include all comments when not filtered.' );
326
}
327
0 commit comments