You are here

protected property VariableTest::$expectedResults in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php \Drupal\Tests\migrate_drupal\Unit\source\VariableTest::expectedResults

Expected results after the source parsing.

Type: array

Overrides MigrateSqlSourceTestCase::$expectedResults

File

core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php, line 33
Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableTest.

Class

VariableTest
Tests the variable source plugin.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

protected $expectedResults = array(
  array(
    'id' => 'foo',
    'foo' => 1,
    'bar' => FALSE,
  ),
);