public function VarnishConnectionTestCase::testMultipleCommands in Varnish 7
Same name and namespace in other branches
- 6 varnish.test \VarnishConnectionTestCase::testMultipleCommands()
File
- ./
varnish.test, line 74 - Tests the basic functionality of Varnish.
Class
- VarnishConnectionTestCase
- Test Varnish Connection.
Code
public function testMultipleCommands() {
$this
->assertVarnishCommand(array(
'stats',
'status',
));
}