Changeset 34802 for trunk/tests/phpunit/tests/link/getNextCommentsLink.php
- Timestamp:
- 10/03/2015 05:14:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/getNextCommentsLink.php
r34561 r34802 7 7 */ 8 8 class Tests_Link_GetNextCommentsLink extends WP_UnitTestCase { 9 public function setUp() {10 global $wp_rewrite;11 12 parent::setUp();13 14 $wp_rewrite->set_permalink_structure( '' );15 $wp_rewrite->flush_rules();16 }17 9 18 10 public function test_page_should_respect_value_of_cpage_query_var() {
Note: See TracChangeset
for help on using the changeset viewer.