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 1ae45d3 commit 7623f27Copy full SHA for 7623f27
tests/phpunit/tests/admin/exportWp.php
@@ -308,7 +308,7 @@ static function () {
308
309
$xml_obj = $this->get_the_export( array() );
310
$comment_tags = $xml_obj->xpath( '//wp:comment' );
311
- $this->assertEmpty( $comment_tags, 'No <wp:comment> tags should be present when comments are filtered out.' );
+ $this->assertCount( 0, $comment_tags, 'No <wp:comment> tags should be present when comments are filtered out.' );
312
}
313
314
/**
0 commit comments