protected property CommentVariableTest::$expectedResults in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariableTest.php \Drupal\Tests\comment\Unit\Migrate\d6\CommentVariableTest::expectedResults
Expected results after the source parsing.
Type: array
Overrides MigrateSqlSourceTestCase::$expectedResults
File
- core/
modules/ comment/ tests/ src/ Unit/ Migrate/ d6/ CommentVariableTest.php, line 28 - Contains \Drupal\Tests\comment\Unit\Migrate\d6\CommentVariableTest.
Class
- CommentVariableTest
- @coversDefaultClass \Drupal\comment\Plugin\migrate\source\d6\CommentVariable @group comment
Namespace
Drupal\Tests\comment\Unit\Migrate\d6Code
protected $expectedResults = array(
array(
'comment' => '1',
'comment_default_mode' => '1',
'comment_default_order' => '1',
'comment_default_per_page' => '50',
'comment_controls' => '1',
'comment_anonymous' => '1',
'comment_subject_field' => '1',
'comment_preview' => '1',
'comment_form_location' => '1',
'node_type' => 'page',
'comment_type' => 'comment',
),
);