You are here

protected property ShortcutSetTest::$expectedResults in Zircon Profile 8

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

Expected results after the source parsing.

Type: array

Overrides MigrateSqlSourceTestCase::$expectedResults

File

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

Class

ShortcutSetTest
Tests D7 ShortcutSet source plugin.

Namespace

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

Code

protected $expectedResults = [
  [
    'set_name' => 'shortcut-set-2',
    'title' => 'Alternative shortcut set',
  ],
];