Changeset 32147 for branches/4.1/tests/phpunit/tests/query/search.php
- Timestamp:
- 04/19/2015 05:38:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/query/search.php
r27474 r32147 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.