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