You are here

protected property BlockCustomTest::$expectedResults in Zircon Profile 8.0

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

Expected results after the source parsing.

Type: array

Overrides MigrateSqlSourceTestCase::$expectedResults

File

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

Class

BlockCustomTest
@coversDefaultClass \Drupal\block_content\Plugin\migrate\source\d7\BlockCustom @group block_content

Namespace

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

Code

protected $expectedResults = array(
  array(
    'bid' => '1',
    'body' => "I don't feel creative enough to write anything clever here.",
    'info' => 'Meh',
    'format' => 'filtered_html',
  ),
);