You are here

function VarnishConnectionTestCase::testMultipleCommands in Varnish 6

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

File

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

Class

VarnishConnectionTestCase
Test Varnish Connection.

Code

function testMultipleCommands() {
  $this
    ->assertVarnishCommand(array(
    'stats',
    'status',
  ));
}