You are here

protected property CommentTypeTest::$expectedResults in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php \Drupal\Tests\comment\Unit\Migrate\d7\CommentTypeTest::expectedResults

Expected results after the source parsing.

Type: array

Overrides MigrateSqlSourceTestCase::$expectedResults

File

core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php, line 28
Contains \Drupal\Tests\comment\Unit\Migrate\d7\CommentTypeTest.

Class

CommentTypeTest
Tests D7 comment type source plugin.

Namespace

Drupal\Tests\comment\Unit\Migrate\d7

Code

protected $expectedResults = array(
  array(
    'bundle' => 'comment_node_article',
    'node_type' => 'article',
    'default_mode' => '1',
    'per_page' => '50',
    'anonymous' => '0',
    'form_location' => '1',
    'preview' => '0',
    'subject' => '1',
    'label' => 'Article comment',
  ),
);