VariableTest::$expectedResults

Type: expectedResults

Overrides MigrateSqlSourceTestCase::$expectedResults

File

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

Class

VariableTest
Tests the variable source plugin.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

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

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