You are here

protected property MigrateTableTest::$batchSize in Migrate Plus 8.5

The batch size to configure (a size of 1 disables batching).

Type: int

File

tests/src/Kernel/MigrateTableTest.php, line 32

Class

MigrateTableTest
Tests migration destination table.

Namespace

Drupal\Tests\migrate_plus\Kernel

Code

protected $batchSize = 1;