protected property CommentVariableTest::$migrationConfiguration 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::migrationConfiguration
Overrides MigrateTestCase::$migrationConfiguration
File
- core/
modules/ comment/ tests/ src/ Unit/ Migrate/ d6/ CommentVariableTest.php, line 21 - 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 $migrationConfiguration = array(
'id' => 'test',
'source' => array(
'plugin' => 'd6_comment_variable',
),
);