You are here

protected property WildcardPathInvalidationTest::$expressionsInvalid in Purge 8.3

String expressions invalid to the invalidation type being tested.

Type: null|mixed[]

Overrides PluginTestBase::$expressionsInvalid

File

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

Class

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

Namespace

Drupal\Tests\purge\Kernel\Invalidation

Code

protected $expressionsInvalid = [
  NULL,
  '',
  '/*',
  '/',
  '?page=0',
  'news',
  'news/',
  '012/442',
  'news/article-1',
  'news/article-1?page=0&secondparam=1',
];