Cassandra\SetIntegrationTest::testNull PHP Method

testNull() public method

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