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