Cassandra\CollectionIntegrationTest::testNull PHP Method

testNull() public method

Bind statement a null list
public testNull ( )
    public function testNull()
    {
        $listType = Type::Collection(Type::int());
        $this->createTableInsertAndVerifyValueByIndex($listType, null);
        $this->createTableInsertAndVerifyValueByName($listType, null);
    }