Changeset 38220 for branches/4.6/tests/phpunit/tests/canonical/category.php
- Timestamp:
- 08/09/2016 12:12:08 AM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/tests/phpunit/tests/canonical/category.php
r37261 r38220 63 63 // Nonexistent category will redirect to correct one. 64 64 array( '/foo/post0/', array( 'url' => '/cat0/post0/', 'qv' => array( 'category_name' => 'cat0', 'name' => 'post0', 'page' => '' ) ) ), 65 66 // Embed URLs should not redirect to post permalinks. 67 array( '/cat0/post0/embed/', array( 'url' => '/cat0/post0/embed/', 'qv' => array( 'category_name' => 'cat0', 'name' => 'post0', 'embed' => 'true' ) ) ), 65 68 ); 66 69 }
Note: See TracChangeset
for help on using the changeset viewer.