You are here

protected property CommentTest::$migrationConfiguration in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Unit/Migrate/d7/CommentTest.php \Drupal\Tests\comment\Unit\Migrate\d7\CommentTest::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

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

Class

CommentTest
Tests D7 comment source plugin.

Namespace

Drupal\Tests\comment\Unit\Migrate\d7

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'source' => array(
    'plugin' => 'd7_comment',
  ),
);