Cassandra\CollectionIntegrationTest::testEmpty PHP Method

testEmpty() public method

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