Cassandra\SetIntegrationTest::testScalarTypes PHP 메소드

testScalarTypes() 공개 메소드

This test ensures that sets work with all Cassandra's scalar types.
public testScalarTypes ( $type, $value )
    public function testScalarTypes($type, $value)
    {
        $this->createTableInsertAndVerifyValueByIndex($type, $value);
        $this->createTableInsertAndVerifyValueByName($type, $value);
    }