PHP Class Cassandra\DatatypeIntegrationTest

Inheritance: extends DatatypeIntegrationTests
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
dataTypes ( ) Data provider scalar data types
testByteBoundaryDecimalVarint ( ) Ensure Decimal/Varint encoding on byte boundaries
testDataTypes ( $type, $values ) Scalar data types

Method Details

dataTypes() public méthode

Data provider scalar data types
public dataTypes ( )

testByteBoundaryDecimalVarint() public méthode

This test will ensure that the PHP driver is properly encoding Decimal and Varint datatypes for positive values with leading 1's that land on a byte boundary.

testDataTypes() public méthode

This test ensures that data types work with all Cassandra's scalar types.
public testDataTypes ( $type, $values )