constant CommentTest::PLUGIN_CLASS in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/tests/src/Unit/Migrate/d7/CommentTest.php \Drupal\Tests\comment\Unit\Migrate\d7\CommentTest::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/ comment/ tests/ src/ Unit/ Migrate/ d7/ CommentTest.php, line 19 - Contains \Drupal\Tests\comment\Unit\Migrate\d7\CommentTest.
Class
- CommentTest
- Tests D7 comment source plugin.
Namespace
Drupal\Tests\comment\Unit\Migrate\d7Code
const PLUGIN_CLASS = 'Drupal\\comment\\Plugin\\migrate\\source\\d7\\Comment';