function SearchMatchTest::_cleanup in SimpleTest 5
Same name and namespace in other branches
- 6 tests/search_match.test \SearchMatchTest::_cleanup()
Clean up the indexed test content.
1 call to SearchMatchTest::_cleanup()
File
- tests/
search_match.test, line 43
Class
Code
function _cleanup() {
for ($i = 1; $i < 7; ++$i) {
search_wipe($i, SEARCH_TYPE);
}
search_update_totals();
}