Cassandra\CollectionIntegrationTest::testNull PHP 메소드

testNull() 공개 메소드

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