You are here

constant TermTestBase::PLUGIN_CLASS in Zircon Profile 8

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

Class

TermTestBase
Base class for taxonomy term source unit tests.

Namespace

Drupal\Tests\taxonomy\Unit\Migrate

Code

const PLUGIN_CLASS = 'Drupal\\taxonomy\\Plugin\\migrate\\source\\Term';