Changeset 38216 for trunk/tests/phpunit/tests/canonical/category.php
- Timestamp:
- 08/08/2016 06:48:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/category.php
r37261 r38216 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.