You are here

protected property TrackerNodeTest::$expectedResults in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/tracker/tests/src/Unit/Plugin/migrate/source/d7/TrackerNodeTest.php \Drupal\Tests\tracker\Unit\Plugin\migrate\source\d7\TrackerNodeTest::expectedResults

Expected results after the source parsing.

Type: array

Overrides MigrateSqlSourceTestCase::$expectedResults

File

core/modules/tracker/tests/src/Unit/Plugin/migrate/source/d7/TrackerNodeTest.php, line 28
Contains \Drupal\Tests\tracker\Unit\Plugin\migrate\source\d7\TrackerNodeTest.

Class

TrackerNodeTest
Tests D7 tracker node source plugin.

Namespace

Drupal\Tests\tracker\Unit\Plugin\migrate\source\d7

Code

protected $expectedResults = [
  [
    'nid' => '2',
    'published' => '1',
    'changed' => '1421727536',
  ],
];