You are here

protected property PluginTestBase::$queue in Purge 8.3

The queue plugin being tested.

Type: null|\Drupal\purge\Plugin\Purge\Queue\QueueInterface

File

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

Class

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

Namespace

Drupal\Tests\purge\Kernel\Queue

Code

protected $queue;