You are here

public static function VarnishCacheInvalidationCase::getInfo in Varnish 6

Same name and namespace in other branches
  1. 7 varnish.test \VarnishCacheInvalidationCase::getInfo()

File

./varnish.test, line 169
Tests the basic functionality of Varnish.

Class

VarnishCacheInvalidationCase

Code

public static function getInfo() {
  return array(
    'name' => 'Varnish Cache Expiration',
    'description' => 'Tests Cache Expiration.',
    'group' => 'Varnish',
  );
}