Cassandra\CollectionIntegrationTest::testCompositeTypes PHP Метод

testCompositeTypes() публичный Метод

This test ensures that lists work with other nested collections and other composite types such as UDTs and tuples.
public testCompositeTypes ( $type, $value )
    public function testCompositeTypes($type, $value)
    {
        $this->createTableInsertAndVerifyValueByIndex($type, $value);
        $this->createTableInsertAndVerifyValueByName($type, $value);
    }