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