Changeset 42228 for trunk/tests/phpunit/tests/canonical/pageOnFront.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/pageOnFront.php
r38398 r42228 32 32 * [3]: (optional) The ticket the test refers to, Can be skipped if unknown. 33 33 */ 34 34 return array( 35 35 // Check against an odd redirect 36 36 array( '/page/2/', '/page/2/' ), … … 44 44 array( '/front-page/?page=2', '/page/2/' ), 45 45 array( '/blog-page/?paged=2', '/blog-page/page/2/' ), 46 46 ); 47 47 } 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.