You are here

constant BlockedIpsTest::PLUGIN_CLASS in Zircon Profile 8

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

Class

BlockedIpsTest
Tests D7 blocked_ip source plugin.

Namespace

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

Code

const PLUGIN_CLASS = 'Drupal\\ban\\Plugin\\migrate\\source\\d7\\BlockedIps';