protected property VariableTest::$expectedResults in Drupal 8
Expected results after the source parsing.
Type: array
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\sourceCode
protected $expectedResults = [
[
'id' => 'foo',
'foo' => 1,
'bar' => FALSE,
],
];