PHP 클래스 InfluxDB\Test\ClientTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: influxdb/influxdb-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$client InfluxDB\Client

공개 메소드들

메소드 설명
setUp ( )
testBaseURl ( )
testFactoryMethod ( )
testGetLastQuery ( )
testGetters ( )
testGuzzleQuery ( )
testListDatabases ( )
testListUsers ( )
testSecureInstance ( )
testSelectDbShouldReturnDatabaseInstance ( )
testTimeoutIsFloat ( )

보호된 메소드들

메소드 설명
doTestResponse ( string $responseFile, array $result, string $method )
getClient ( string $username = '', string $password = '', boolean | false $ssl = false, integer $timeout ) : Client

메소드 상세

doTestResponse() 보호된 메소드

protected doTestResponse ( string $responseFile, array $result, string $method )
$responseFile string
$result array
$method string

getClient() 보호된 메소드

protected getClient ( string $username = '', string $password = '', boolean | false $ssl = false, integer $timeout ) : Client
$username string
$password string
$ssl boolean | false
$timeout integer
리턴 InfluxDB\Client

setUp() 공개 메소드

public setUp ( )

testBaseURl() 공개 메소드

public testBaseURl ( )

testFactoryMethod() 공개 메소드

public testFactoryMethod ( )

testGetLastQuery() 공개 메소드

public testGetLastQuery ( )

testGetters() 공개 메소드

public testGetters ( )

testGuzzleQuery() 공개 메소드

public testGuzzleQuery ( )

testListDatabases() 공개 메소드

public testListDatabases ( )

testListUsers() 공개 메소드

public testListUsers ( )

testSecureInstance() 공개 메소드

public testSecureInstance ( )

testSelectDbShouldReturnDatabaseInstance() 공개 메소드

testTimeoutIsFloat() 공개 메소드

public testTimeoutIsFloat ( )

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected Client,InfluxDB $client
리턴 InfluxDB\Client