You are here

public static function VarnishConnectionTestCase::getInfo in Varnish 6

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

File

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

Class

VarnishConnectionTestCase
Test Varnish Connection.

Code

public static function getInfo() {
  return array(
    'name' => 'Varnish Connection',
    'description' => 'Test Communication between varnish admin terminal and Drupal.',
    'group' => 'Varnish',
  );
}