You are here

constant BlockCustomTest::PLUGIN_CLASS in Zircon Profile 8.0

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

Class

BlockCustomTest
@coversDefaultClass \Drupal\block_content\Plugin\migrate\source\d7\BlockCustom @group block_content

Namespace

Drupal\Tests\block_content\Unit\Plugin\migrate\source\d7

Code

const PLUGIN_CLASS = BlockCustom::class;