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 invalidation type being tested.

Type: string

File

tests/src/Kernel/Invalidation/PluginTestBase.php, line 29

Class

PluginTestBase
Provides an abstract test class to thoroughly test invalidation types.

Namespace

Drupal\Tests\purge\Kernel\Invalidation

Code

protected $pluginId;