From 6f31511f233a6de688d021cc223a29e134579e6d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 14 Jul 2016 20:50:45 +0000 Subject: [PATCH] Canonical: Remove a duplicate test data entry. Fixes #37370 git-svn-id: https://develop.svn.wordpress.org/trunk@38063 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/canonical.php | 1 - 1 file changed, 1 deletion(-) 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', '/' ),