PHP Class Cassandra\DatatypeIntegrationTest

Inheritance: extends DatatypeIntegrationTests
Show file Open project: datastax/php-driver

Public Methods

Method 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 method

Data provider scalar data types
public dataTypes ( )

testByteBoundaryDecimalVarint() public method

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 method

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