Cassandra\TupleIntegrationTest::testEmpty PHP 메소드

testEmpty() 공개 메소드

Bind statment with a empty tuples
public testEmpty ( $type, $value )
    public function testEmpty($type, $value)
    {
        $this->createTableInsertAndVerifyValueByIndex($type, $value);
        $this->createTableInsertAndVerifyValueByName($type, $value);
    }