function VarnishConnectionTestCase::testMultipleCommands in Varnish 6
Same name and namespace in other branches
- 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',
));
}