From 4aa45bd58e5c796e75226dceecf15d921c5706ce Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Wed, 11 Sep 2024 16:40:04 +0200 Subject: [PATCH] Add ticket references --- tests/phpunit/tests/canonical.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/canonical.php b/tests/phpunit/tests/canonical.php index 2727a98e6e2d4..04d0b2ac88b65 100644 --- a/tests/phpunit/tests/canonical.php +++ b/tests/phpunit/tests/canonical.php @@ -93,6 +93,7 @@ public function data_canonical() { 'url' => '/category/', 'qv' => array( 'category_name' => '' ), ), + 61957, ), array( '/category/uncategorized/', @@ -110,6 +111,7 @@ public function data_canonical() { 'paged' => 2, ), ), + 61957, ), array( '/category/uncategorized/page/2/', @@ -130,6 +132,7 @@ public function data_canonical() { 'paged' => 2, ), ), + 61957, ), array( '/category/uncategorized/?paged=2',