Cassandra\TupleIntegrationTest::testNull PHP 메소드

testNull() 공개 메소드

Bind statement with an null tuple
public testNull ( )
    public function testNull()
    {
        $tupleType = Type::tuple(Type::int());
        $this->createTableInsertAndVerifyValueByIndex($tupleType, null);
        $this->createTableInsertAndVerifyValueByName($tupleType, null);
    }