MigrateSqlSourceTestCase::$databaseContents
The database contents.
Database contents represents a mocked database. It should contain an associative array with the table name as key, and as many nested arrays as the number of mocked rows. Each of those faked rows must be another array with the column name as the key and the value as the cell.
Type: array
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrateSqlSourceTestCase.php, line 36
Class
- MigrateSqlSourceTestCase
- Base class for Migrate module source unit tests.
Namespace
Drupal\Tests\migrate\UnitCode
protected $databaseContents = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.