PHP 클래스 Jyxo\Beholder\TestCase\Webdav

저자: Jaroslav Hanslík
상속: extends Jyxo\Beholder\TestCase
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
__construct ( string $description, string $server, string $dir = '', array $options = [] ) Constructor.
run ( ) : Result Performs the test.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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