You are here

protected property PluginTestBase::$pluginManagerClass in Purge 8.3

The name of the service as defined in services.yml.

Type: string

Overrides PluginManagerTestTrait::$pluginManagerClass

File

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

Class

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

Namespace

Drupal\Tests\purge\Kernel\Queue

Code

protected $pluginManagerClass = PluginManager::class;