You are here

constant ProfileFieldTest::PLUGIN_CLASS in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Unit/Migrate/ProfileFieldTest.php \Drupal\Tests\user\Unit\Migrate\ProfileFieldTest::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/user/tests/src/Unit/Migrate/ProfileFieldTest.php, line 19
Contains \Drupal\Tests\user\Unit\Migrate\ProfileFieldTest.

Class

ProfileFieldTest
Tests profile_field source plugin.

Namespace

Drupal\Tests\user\Unit\Migrate

Code

const PLUGIN_CLASS = 'Drupal\\user\\Plugin\\migrate\\source\\ProfileField';