We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95704c commit 81b6ff6Copy full SHA for 81b6ff6
phpunit/class-block-library-comment-template-test.php
@@ -20,6 +20,7 @@ public function setUp() {
20
21
update_option( 'page_comments', true );
22
update_option( 'comments_per_page', self::$per_page );
23
+ update_option( 'comment_order', 'ASC' );
24
25
self::$custom_post = self::factory()->post->create_and_get(
26
array(
0 commit comments