diff --git a/tests/phpunit/tests/canonical.php b/tests/phpunit/tests/canonical.php index 40dd83466f..112022ad3c 100644 --- a/tests/phpunit/tests/canonical.php +++ b/tests/phpunit/tests/canonical.php @@ -131,7 +131,6 @@ class Tests_Canonical extends WP_Canonical_UnitTestCase { // Feeds (per-post) array( '/2008/03/03/comment-test/?feed=comments-atom', '/2008/03/03/comment-test/feed/atom/'), array( '/?p=149&feed=comments-atom', '/2008/03/03/comment-test/feed/atom/'), - array( '/2008/03/03/comment-test/?feed=comments-atom', '/2008/03/03/comment-test/feed/atom/' ), // Index array( '/?paged=1', '/' ),