You are here

protected property WildcardPathInvalidationTest::$expressions in Purge 8.3

String expressions valid to the invalidation type being tested.

Type: null|mixed[]

Overrides PluginTestBase::$expressions

File

tests/src/Kernel/Invalidation/WildcardPathInvalidationTest.php, line 24

Class

WildcardPathInvalidationTest
Tests \Drupal\purge\Plugin\Purge\Invalidation\WildcardPathInvalidation.

Namespace

Drupal\Tests\purge\Kernel\Invalidation

Code

protected $expressions = [
  '*',
  '*?page=0',
  'news/*',
  'products/*',
];