$operations, ]; batch_set($batch); $batch =& batch_get(); $batch['progressive'] = FALSE; batch_process(); } /** * Callback for batch operations. */ function _simpletest_test_callback($id) { $entity = EntityTest::create(['id' => $id]); $entity->save(); }