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