mglaman / drupal-test-helpers

Helpers for writing better Kernel and Unit tests for Drupal
GNU General Public License v2.0
10 stars 2 forks source link

Helper to run batches #13

Open mglaman opened 6 months ago

mglaman commented 6 months ago
$batch =& batch_get();
$batch[‘progressive’] = FALSE;
batch_process();