You are here

protected property UserProtectionBaseUnitTest::$pluginDefinition in User protect 8

The definition of the user protection plugin under test.

Type: array

File

tests/src/Unit/Plugin/UserProtection/UserProtectionBaseUnitTest.php, line 32

Class

UserProtectionBaseUnitTest
@coversDefaultClass \Drupal\userprotect\Plugin\UserProtection\UserProtectionBase @group userprotect

Namespace

Drupal\Tests\userprotect\Unit\Plugin\UserProtection

Code

protected $pluginDefinition = [
  'id' => 'dummy',
  'label' => 'Dummy',
  'description' => 'This is a dummy plugin definition.',
  'provider' => '',
  'status' => FALSE,
];