Cassandra\SetIntegrationTest::testNull PHP Метод

testNull() публичный Метод

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