Cassandra\TupleIntegrationTest::testNull PHP Method

testNull() public method

Bind statement with an null tuple
public testNull ( )
    public function testNull()
    {
        $tupleType = Type::tuple(Type::int());
        $this->createTableInsertAndVerifyValueByIndex($tupleType, null);
        $this->createTableInsertAndVerifyValueByName($tupleType, null);
    }