VariableMultiRowTestBase::$expectedResults

Type: expectedResults

Overrides MigrateSqlSourceTestCase::$expectedResults

File

core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php, line 28

Class

VariableMultiRowTestBase
Base class for variable multirow source unit tests.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

protected $expectedResults = [
    [
        'name' => 'foo',
        'value' => 1,
    ],
    [
        'name' => 'bar',
        'value' => FALSE,
    ],
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.