You are here

constant VariableTest::PLUGIN_CLASS in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php \Drupal\Tests\migrate_drupal\Unit\source\VariableTest::PLUGIN_CLASS

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 19
Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableTest.

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';