You appear to be a bot. Output may be restricted
Description
Usage
BW_UnitTestCase::my_start_transaction();
Parameters
Returns
voidSource
File name: oik-batch/tests/class-bw-unittestcase.phpLines:
1 to 5 of 5
public static function my_start_transaction() { global $wpdb; $wpdb->query( 'START TRANSACTION' ); bw_trace2( $wpdb, "wpdb" ); }View on GitHub