You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTestCase::clean_up_global_scope();
Parameters
Returns
voidSource
File name: oik-batch/tests/testcase.phpLines:
1 to 5 of 5
function clean_up_global_scope() { $_GET = array(); $_POST = array(); self::flush_cache(); }View on GitHub