Cassandra\MapIntegrationTest::testCompositeTypes PHP Method

testCompositeTypes() public method

This test ensures that maps work with other 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);
    }