PHP Class Jyxo\Beholder\TestCase\Webdav

Author: Jaroslav HanslĂ­k
Inheritance: extends Jyxo\Beholder\TestCase
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
__construct ( string $description, string $server, string $dir = '', array $options = [] ) Constructor.
run ( ) : Result Performs the test.

Method Details

__construct() public method

Constructor.
public __construct ( string $description, string $server, string $dir = '', array $options = [] )
$description string Test description
$server string Server hostname
$dir string Tested directory
$options array Connection options

run() public method

Performs the test.
public run ( ) : Result
return Jyxo\Beholder\Result