You are here

constant MenuTest::PLUGIN_CLASS in Zircon Profile 8.0

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

Class

MenuTest
Tests menu source plugin.

Namespace

Drupal\Tests\system\Unit\Plugin\migrate\source

Code

const PLUGIN_CLASS = 'Drupal\\system\\Plugin\\migrate\\source\\Menu';