diff --git tests/phpunit/tests/canonical.php tests/phpunit/tests/canonical.php
index e4043a4..458db03 100644
|
|
class Tests_Canonical extends WP_Canonical_UnitTestCase { |
95 | 95 | array( '/post-format-test-au/', '/2008/06/02/post-format-test-audio/'), |
96 | 96 | |
97 | 97 | array( '/2008/09/03/images-test/3/', array( 'url' => '/2008/09/03/images-test/3/', 'qv' => array( 'name' => 'images-test', 'year' => '2008', 'monthnum' => '09', 'day' => '03', 'page' => '/3' ) ) ), // page = /3 ?! |
| 98 | array( '/2008/09/03/images-test/8/', '/2008/09/03/images-test/4/', 11694 ), // post with 4 pages |
98 | 99 | array( '/2008/09/03/images-test/?page=3', '/2008/09/03/images-test/3/' ), |
99 | 100 | array( '/2008/09/03/images-te?page=3', '/2008/09/03/images-test/3/' ), |
100 | 101 | |