Cassandra\TupleIntegrationTest::testNestedTypes PHP 메소드

testNestedTypes() 공개 메소드

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