You are here

protected property UrlInvalidationTest::$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/UrlInvalidationTest.php, line 35

Class

UrlInvalidationTest
Tests \Drupal\purge\Plugin\Purge\Invalidation\UrlInvalidation.

Namespace

Drupal\Tests\purge\Kernel\Invalidation

Code

protected $expressionsInvalid = [
  NULL,
  '',
  "35423523",
  'http:// /aa',
  'http://www.test.com/*',
];