Make WordPress Core


Ignore:
Timestamp:
06/24/2015 12:40:45 AM (10 years ago)
Author:
johnbillion
Message:

Implement canonical and url_to_postid() tests for child pages which share a post name with other child pages.

See #32759

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/canonical.php

    r31622 r32918  
    8080            array( '/?page_id=144', '/parent-page/child-page-1/'),
    8181            array( '/abo', '/about/' ),
     82            array( '/parent/child1/grandchild/', '/parent/child1/grandchild/' ),
     83            array( '/parent/child2/grandchild/', '/parent/child2/grandchild/' ),
    8284
    8385            // Posts
Note: See TracChangeset for help on using the changeset viewer.