Cassandra\CollectionIntegrationTest::testEmpty PHP 메소드

testEmpty() 공개 메소드

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