Cassandra\MapIntegrationTest::testEmpty PHP Method

testEmpty() public method

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