Skip to content

Commit 81b6ff6

Browse files
author
Carlos Bravo
committed
Update test
1 parent e95704c commit 81b6ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit/class-block-library-comment-template-test.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function setUp() {
2020

2121
update_option( 'page_comments', true );
2222
update_option( 'comments_per_page', self::$per_page );
23+
update_option( 'comment_order', 'ASC' );
2324

2425
self::$custom_post = self::factory()->post->create_and_get(
2526
array(

0 commit comments

Comments
 (0)