Cassandra\TupleIntegrationTest::testMultipleComponents PHP Метод

testMultipleComponents() публичный Метод

Tuples with multiple components
public testMultipleComponents ( $type, $value )
    public function testMultipleComponents($type, $value)
    {
        $this->createTableInsertAndVerifyValueByIndex($type, $value);
        $this->createTableInsertAndVerifyValueByName($type, $value);
    }