You are here

protected property CommentTypeTest::$migrationConfiguration 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::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php, line 21
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 $migrationConfiguration = array(
  'id' => 'test',
  'source' => array(
    'plugin' => 'd7_comment_type',
  ),
);