Cassandra\MapIntegrationTest::testNull PHP Method

testNull() public method

Bind statement with an empty map
public testNull ( )
    public function testNull()
    {
        $mapType = Type::map(Type::int(), Type::int());
        $this->createTableInsertAndVerifyValueByIndex($mapType, $mapType->create());
        $this->createTableInsertAndVerifyValueByName($mapType, $mapType->create());
    }