VariableMultiRowTest.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\Tests\migrate_drupal\Unit\sourceFile
core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTest.phpView source
<?php
/**
* @file
* Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableMultiRowTest.
*/
namespace Drupal\Tests\migrate_drupal\Unit\source;
/**
* Tests D6 variable multirow source plugin.
*
* @group migrate_drupal
*/
class VariableMultiRowTest extends VariableMultiRowTestBase {
}
Classes
Name | Description |
---|---|
VariableMultiRowTest | Tests D6 variable multirow source plugin. |