PHP 클래스 Jyxo\Beholder\TestCase\Mysql

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

공개 메소드들

메소드 설명
__construct ( string $description, string $query, string $database, string $host = 'localhost', string $user = '', string $password = '', integer $port = 3306, integer $timeout = 2 ) Constructor.
run ( ) : Result Performs the test.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $description, string $query, string $database, string $host = 'localhost', string $user = '', string $password = '', integer $port = 3306, integer $timeout = 2 )
$description string Test description
$query string Tested query
$database string Database name
$host string Hostname
$user string Username
$password string Password
$port integer Port
$timeout integer Timeout

run() 공개 메소드

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