Skip to content

Commit

Permalink
Add ticket references
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Oct 9, 2024
1 parent 98230d3 commit 4aa45bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/phpunit/tests/canonical.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function data_canonical() {
'url' => '/category/',
'qv' => array( 'category_name' => '' ),
),
61957,
),
array(
'/category/uncategorized/',
Expand All @@ -110,6 +111,7 @@ public function data_canonical() {
'paged' => 2,
),
),
61957,
),
array(
'/category/uncategorized/page/2/',
Expand All @@ -130,6 +132,7 @@ public function data_canonical() {
'paged' => 2,
),
),
61957,
),
array(
'/category/uncategorized/?paged=2',
Expand Down

0 comments on commit 4aa45bd

Please sign in to comment.