You are here

constant i18nVariableTest::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/d6/i18nVariableTest.php, line 17

Class

i18nVariableTest
Tests the variable source plugin.

Namespace

Drupal\Tests\migrate_drupal\Unit\source\d6

Code

const PLUGIN_CLASS = 'Drupal\\migrate_drupal\\Plugin\\migrate\\source\\d6\\i18nVariable';