You are here

protected property ServiceTest::$plugins in Purge 8.3

All tagsheader plugins that can be expected.

Type: string[]

File

tests/src/Kernel/TagsHeader/ServiceTest.php, line 31

Class

ServiceTest
Tests \Drupal\purge\Plugin\Purge\TagsHeader\TagsHeadersService.

Namespace

Drupal\Tests\purge\Kernel\TagsHeader

Code

protected $plugins = [
  'a',
  'b',
  'c',
];