You are here

protected property MigrateExecutableMemoryExceededTest::$migrationConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php \Drupal\Tests\migrate\Unit\MigrateExecutableMemoryExceededTest::migrationConfiguration

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 43
Contains \Drupal\Tests\migrate\Unit\MigrateExecutableMemoryExceededTest.

Class

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

Namespace

Drupal\Tests\migrate\Unit

Code

protected $migrationConfiguration = array(
  'id' => 'test',
);