PHP Class Jyxo\Beholder\TestCase\Imap

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

Public Methods

Method Description
__construct ( string $description, string $host = 'localhost', string $user = '', string $password = '', integer $port = 143, boolean $validateCert = true ) Constructor.
run ( ) : Result Performs the test.

Method Details

__construct() public method

Constructor.
public __construct ( string $description, string $host = 'localhost', string $user = '', string $password = '', integer $port = 143, boolean $validateCert = true )
$description string Test description
$host string Server hostname
$user string Username
$password string Password
$port integer Port
$validateCert boolean Validate certificates

run() public method

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