PHP Class InfluxDB\Test\ClientTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: influxdb/influxdb-php Class Usage Examples

Protected Properties

Свойство Type Description
$client InfluxDB\Client

Méthodes publiques

Méthode Description
setUp ( )
testBaseURl ( )
testFactoryMethod ( )
testGetLastQuery ( )
testGetters ( )
testGuzzleQuery ( )
testListDatabases ( )
testListUsers ( )
testSecureInstance ( )
testSelectDbShouldReturnDatabaseInstance ( )
testTimeoutIsFloat ( )

Méthodes protégées

Méthode Description
doTestResponse ( string $responseFile, array $result, string $method )
getClient ( string $username = '', string $password = '', boolean | false $ssl = false, integer $timeout ) : Client

Method Details

doTestResponse() protected méthode

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

getClient() protected méthode

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

setUp() public méthode

public setUp ( )

testBaseURl() public méthode

public testBaseURl ( )

testFactoryMethod() public méthode

public testFactoryMethod ( )

testGetLastQuery() public méthode

public testGetLastQuery ( )

testGetters() public méthode

public testGetters ( )

testGuzzleQuery() public méthode

public testGuzzleQuery ( )

testListDatabases() public méthode

public testListDatabases ( )

testListUsers() public méthode

public testListUsers ( )

testSecureInstance() public méthode

public testSecureInstance ( )

testSelectDbShouldReturnDatabaseInstance() public méthode

testTimeoutIsFloat() public méthode

public testTimeoutIsFloat ( )

Property Details

$client protected_oe property

protected Client,InfluxDB $client
Résultat InfluxDB\Client