You are here

constant CommentTypeTest::PLUGIN_CLASS in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php \Drupal\Tests\comment\Unit\Migrate\d7\CommentTypeTest::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/CommentTypeTest.php, line 19
Contains \Drupal\Tests\comment\Unit\Migrate\d7\CommentTypeTest.

Class

CommentTypeTest
Tests D7 comment type source plugin.

Namespace

Drupal\Tests\comment\Unit\Migrate\d7

Code

const PLUGIN_CLASS = 'Drupal\\comment\\Plugin\\migrate\\source\\d7\\CommentType';