You are here

protected property MigrateTableBatchTest::$batchSize in Migrate Plus 8.5

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

Type: int

Overrides MigrateTableTest::$batchSize

File

tests/src/Kernel/MigrateTableBatchTest.php, line 17

Class

MigrateTableBatchTest
Verifies all tests pass with batching enabled, uneven batches.

Namespace

Drupal\Tests\migrate_plus\Kernel

Code

protected $batchSize = 2;