PHP 클래스 Cassandra\DatatypeIntegrationTest

상속: extends DatatypeIntegrationTests
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
dataTypes ( ) Data provider scalar data types
testByteBoundaryDecimalVarint ( ) Ensure Decimal/Varint encoding on byte boundaries
testDataTypes ( $type, $values ) Scalar data types

메소드 상세

dataTypes() 공개 메소드

Data provider scalar data types
public dataTypes ( )

testByteBoundaryDecimalVarint() 공개 메소드

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() 공개 메소드

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