You are here

protected property PluginTestBase::$pluginId in Purge 8.3

Same name in this branch
  1. 8.3 tests/src/Kernel/Queue/PluginTestBase.php \Drupal\Tests\purge\Kernel\Queue\PluginTestBase::pluginId
  2. 8.3 tests/src/Kernel/Invalidation/PluginTestBase.php \Drupal\Tests\purge\Kernel\Invalidation\PluginTestBase::pluginId

The plugin ID of the queue plugin being tested.

Type: string

File

tests/src/Kernel/Queue/PluginTestBase.php, line 20

Class

PluginTestBase
Provides a abstract test class to aid thorough tests for queue plugins.

Namespace

Drupal\Tests\purge\Kernel\Queue

Code

protected $pluginId;