You are here

constant TermNodeTest::PLUGIN_CLASS in Zircon Profile 8

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

Class

TermNodeTest
Tests d6_term_node source plugin.

Namespace

Drupal\Tests\taxonomy\Unit\Migrate\d6

Code

const PLUGIN_CLASS = TermNode::class;