protected property MigrateExecutableMemoryExceededTest::$migrationConfiguration in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\UnitCode
protected $migrationConfiguration = array(
'id' => 'test',
);