You are here

protected property MigrateExecutableMemoryExceededTest::$migrationConfiguration in Drupal 8

The migration configuration, initialized to set the ID to test.

Type: array

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php, line 38

Class

MigrateExecutableMemoryExceededTest
Tests the \Drupal\migrate\MigrateExecutable::memoryExceeded() method.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $migrationConfiguration = [
  'id' => 'test',
];