Jyxo\Beholder\TestCase\Memcached::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $description, string $host, integer $port )
$description string Test description
$host string Server host
$port integer Port
    public function __construct(string $description, string $host, int $port)
    {
        parent::__construct($description);
        $this->host = $host;
        $this->port = $port;
    }