You are here

public function VarnishPurgeFeatureContext::iPurgeNodesAndMedia in Varnish purger 8.2

@When I purge nodes and media

File

tests/src/Behat/features/bootstrap/VarnishPurgeFeatureContext.php, line 102

Class

VarnishPurgeFeatureContext
Behat steps for testing the varnish_purger module.

Code

public function iPurgeNodesAndMedia() {

  // Test we properly replace all spaces with pipes, by placing the node_list
  // tag at the end.
  $this
    ->purgeTags([
    'user_list',
    'media_list',
    'node_list',
  ]);
}