Cassandra\SetIntegrationTest::testEmpty PHP Method

testEmpty() public method

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());
    }