You are here

protected property MigrationTest::$entityTypes in Multiversion 8

Type: array

File

tests/src/Functional/MigrationTest.php, line 38

Class

MigrationTest
Test the MigrationTest class.

Namespace

Drupal\Tests\multiversion\Functional

Code

protected $entityTypes = [
  //    'entity_test' => [],
  'entity_test_rev' => [],
  'entity_test_mul' => [],
  'entity_test_mulrev' => [],
  'node' => [
    'type' => 'article',
    'title' => 'foo',
  ],
  'file' => [
    'uid' => 1,
    'filemime' => 'text/plain',
    'status' => 1,
  ],
];