PHP Class Cassandra\CollectionIntegrationTest

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

Public Methods

Method Description
collectionWithCompositeTypes ( ) Data provider for lists with composite types
collectionWithNestedTypes ( ) Data provider for lists with nested composite types
collectionWithScalarTypes ( ) Data provider for lists with scalar types
testCompositeTypes ( $type, $value ) List with composite types
testEmpty ( ) Bind statement with an empty list
testNestedTypes ( $type, $value ) List with nested composite types
testNull ( ) Bind statement a null list
testScalarTypes ( $type, $value ) List with scalar types

Method Details

collectionWithCompositeTypes() public method

Data provider for lists with composite types

collectionWithNestedTypes() public method

Data provider for lists with nested composite types

collectionWithScalarTypes() public method

Data provider for lists with scalar types

testCompositeTypes() public method

This test ensures that lists work with other nested collections and other composite types such as UDTs and tuples.
public testCompositeTypes ( $type, $value )

testEmpty() public method

Bind statement with an empty list
public testEmpty ( )

testNestedTypes() public method

This test ensures that lists work with other nested collections and other composite types such as UDTs and tuples.
public testNestedTypes ( $type, $value )

testNull() public method

Bind statement a null list
public testNull ( )

testScalarTypes() public method

This test ensures that lists work with all Cassandra's scalar types.
public testScalarTypes ( $type, $value )