From 81b6ff6b42db76641e05ea382b5f17571f7c9e57 Mon Sep 17 00:00:00 2001 From: Carlos Bravo Date: Fri, 17 Dec 2021 18:23:28 +0100 Subject: [PATCH] Update test --- phpunit/class-block-library-comment-template-test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit/class-block-library-comment-template-test.php b/phpunit/class-block-library-comment-template-test.php index f20198193223af..f71f31e6059d64 100644 --- a/phpunit/class-block-library-comment-template-test.php +++ b/phpunit/class-block-library-comment-template-test.php @@ -20,6 +20,7 @@ public function setUp() { update_option( 'page_comments', true ); update_option( 'comments_per_page', self::$per_page ); + update_option( 'comment_order', 'ASC' ); self::$custom_post = self::factory()->post->create_and_get( array(