Changeset 34741 for trunk/tests/phpunit/tests/comment/commentsTemplate.php
- Timestamp:
- 10/01/2015 12:26:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/commentsTemplate.php
r34735 r34741 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 18 * @ticket 8071
Note: See TracChangeset
for help on using the changeset viewer.