Cassandra\CollectionIntegrationTest::testNull PHP Méthode

testNull() public méthode

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