Changeset 31622 for trunk/tests/phpunit/tests/query/search.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/search.php
r27474 r31622 19 19 20 20 function tearDown() { 21 parent::tearDown();22 23 21 _unregister_post_type( $this->post_type ); 24 22 unset( $this->q ); 23 24 parent::tearDown(); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.