You are here

constant AggregatorItemTest::PLUGIN_CLASS in Zircon Profile 8

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

Class

AggregatorItemTest
Tests aggregator item source plugin.

Namespace

Drupal\Tests\aggregator\Unit\Plugin\migrate\source

Code

const PLUGIN_CLASS = 'Drupal\\aggregator\\Plugin\\migrate\\source\\AggregatorItem';