You are here

constant VariableTest::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/VariableTest.php, line 14

Class

VariableTest
Tests the variable source plugin.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

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