You are here

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

Class

WildcardUrlInvalidationTest
Tests \Drupal\purge\Plugin\Purge\Invalidation\WildcardUrlInvalidation.

Namespace

Drupal\Tests\purge\Kernel\Invalidation

Code

protected $expressionsInvalid = [
  NULL,
  '',
  'http:// /aa',
  'http://www.test.com',
  'https://domain/path',
];