DrupalSqlBaseTest::$databaseContents
Minimum database contents needed to test DrupalSqlBase.
Type: databaseContents
File
- 
              core/modules/ migrate_drupal/ tests/ src/ Unit/ source/ DrupalSqlBaseTest.php, line 52 
Class
- DrupalSqlBaseTest
- @coversDefaultClass \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase[[api-linebreak]] @group migrate_drupal
Namespace
Drupal\Tests\migrate_drupal\Unit\sourceCode
protected $databaseContents = [
  'system' => [
    [
      'filename' => 'sites/all/modules/module1',
      'name' => 'module1',
      'type' => 'module',
      'status' => 0,
      'schema_version' => -1,
    ],
  ],
];Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
