You are here

VariableMultiRowTest.php in Zircon Profile 8.0

File

core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTest.php
View 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

Namesort descending Description
VariableMultiRowTest Tests D6 variable multirow source plugin.