Cassandra\SetIntegrationTest::testEmpty PHP 메소드

testEmpty() 공개 메소드

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