PHP Class Jyxo\Beholder\TestCase\XmlRpc

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

Public Methods

Method Description
__construct ( string $description, string $url, string $method, array $params, array $options = [], integer $timeout = 2 ) Constructor.
run ( ) : Result Performs the test.

Method Details

__construct() public method

Constructor.
public __construct ( string $description, string $url, string $method, array $params, array $options = [], integer $timeout = 2 )
$description string Test description
$url string Server URL
$method string Method name
$params array Method parameters
$options array Request options
$timeout integer Timeout

run() public method

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