Cassandra\MapIntegrationTest::testCompositeTypes PHP 메소드

testCompositeTypes() 공개 메소드

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);
    }