You are here

constant TrackerNodeTest::PLUGIN_CLASS in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/tracker/tests/src/Unit/Plugin/migrate/source/d7/TrackerNodeTest.php \Drupal\Tests\tracker\Unit\Plugin\migrate\source\d7\TrackerNodeTest::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/tracker/tests/src/Unit/Plugin/migrate/source/d7/TrackerNodeTest.php, line 19
Contains \Drupal\Tests\tracker\Unit\Plugin\migrate\source\d7\TrackerNodeTest.

Class

TrackerNodeTest
Tests D7 tracker node source plugin.

Namespace

Drupal\Tests\tracker\Unit\Plugin\migrate\source\d7

Code

const PLUGIN_CLASS = 'Drupal\\tracker\\Plugin\\migrate\\source\\d7\\TrackerNode';