You are here

constant VariableMultiRowTestBase::PLUGIN_CLASS in Drupal 8

The plugin class under test.

The plugin system is not working during unit testing so the source plugin class needs to be manually specified.

Overrides MigrateSqlSourceTestCase::PLUGIN_CLASS

File

core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php, line 14

Class

VariableMultiRowTestBase
Base class for variable multirow source unit tests.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

const PLUGIN_CLASS = 'Drupal\\migrate_drupal\\Plugin\\migrate\\source\\VariableMultiRow';