Skip to content

Commit

Permalink
fix: phpcs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Juzar10 committed Dec 10, 2024
1 parent b66012f commit 84ad17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/query.php
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,9 @@ public function test_the_loop_when_querying_post_parents_only() {
)
);

$child = self::factory()->post->create(
$child = self::factory()->post->create(
array(
'post_type' => 'page',
'post_type' => 'page',
'post_parent' => $parent,
)
);
Expand Down

0 comments on commit 84ad17c

Please sign in to comment.