Changeset 31622 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r31277 r31622 44 44 45 45 public function tearDown() { 46 remove_filter( 'query', array( $this, '_block_comments' ) ); 46 47 parent::tearDown(); 47 remove_filter( 'query', array( $this, '_block_comments' ) );48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.