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 1ca14da commit 4a14b0bCopy full SHA for 4a14b0b
tests/phpunit/tests/comment/query.php
@@ -5486,7 +5486,7 @@ public function test_note_type_not_duplicated_in_type__not_in() {
5486
);
5487
5488
$this->assertSameSets( array( $comments['comment'], $comments['pingback'] ), $found );
5489
- $this->assertNotContains( $comments['note'], $found ); // Verify that 'note' doesn't appear twice in the query.
+ $this->assertNotContains( $comments['note'], $found );
5490
$note_count = substr_count( $wpdb->last_query, "'note'" );
5491
$this->assertSame( 1, $note_count, 'The note type should only appear once in the query' );
5492
}
0 commit comments