constant MenuLinkSourceTest::PLUGIN_CLASS in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/source/MenuLinkSourceTest.php \Drupal\Tests\menu_link_content\Unit\Plugin\migrate\source\MenuLinkSourceTest::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/ menu_link_content/ tests/ src/ Unit/ Plugin/ migrate/ source/ MenuLinkSourceTest.php, line 18 - Contains \Drupal\Tests\menu_link_content\Unit\Plugin\migrate\source\MenuLinkSourceTest.
Class
- MenuLinkSourceTest
- Tests menu link source plugin.
Namespace
Drupal\Tests\menu_link_content\Unit\Plugin\migrate\sourceCode
const PLUGIN_CLASS = 'Drupal\\menu_link_content\\Plugin\\migrate\\source\\MenuLink';