You appear to be a bot. Output may be restricted
Description
Rollback the queries in the transaction
Usage
WP_UnitTestCase::rollback_transaction();
Parameters
Returns
voidSource
File name: oik-batch/tests/testcase.phpLines:
1 to 4 of 4
public static function rollback_transaction() { global $wpdb; $wpdb->query( 'ROLLBACK;' ); }View on GitHub