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 d3c0cad commit 22d50c3Copy full SHA for 22d50c3
tests/phpunit/tests/comment/query.php
@@ -5499,7 +5499,7 @@ public function test_note_type_not_duplicated_in_type__not_in() {
5499
* @covers ::get_comment_count
5500
*/
5501
public function test_get_comment_count_excludes_note_type() {
5502
- $post_id = self::factory()->post->create();
+ $post_id = self::factory()->post->create();
5503
5504
$c1 = self::factory()->comment->create(
5505
array(
0 commit comments