PHP Class Jyxo\Beholder\TestCase\Smtp

Author: Jaroslav Hanslík
Inheritance: extends Jyxo\Beholder\TestCase
Afficher le fichier Open project: jyxo/php

Méthodes publiques

Méthode Description
__construct ( string $description, string $host, string $to, string $from, integer $timeout = 2 ) Constructor.
run ( ) : Result Performs the test.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $description, string $host, string $to, string $from, integer $timeout = 2 )
$description string Test description
$host string Hostname
$to string Recipient
$from string Sender
$timeout integer Timeout

run() public méthode

Performs the test.
public run ( ) : Result
Résultat Jyxo\Beholder\Result