Skip to content

Commit 22d50c3

Browse files
phpcbf
1 parent d3c0cad commit 22d50c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/comment/query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5499,7 +5499,7 @@ public function test_note_type_not_duplicated_in_type__not_in() {
54995499
* @covers ::get_comment_count
55005500
*/
55015501
public function test_get_comment_count_excludes_note_type() {
5502-
$post_id = self::factory()->post->create();
5502+
$post_id = self::factory()->post->create();
55035503

55045504
$c1 = self::factory()->comment->create(
55055505
array(

0 commit comments

Comments
 (0)