protected property CommentTest::$migrationConfiguration in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\d7Code
protected $migrationConfiguration = array(
'id' => 'test',
'source' => array(
'plugin' => 'd7_comment',
),
);