Cassandra\TupleIntegrationTest::testScalarTypes PHP Méthode

testScalarTypes() public méthode

This test will ensure that the PHP driver supports the tuples collection with all PHP driver supported scalar/simple datatypes.
public testScalarTypes ( $type, $value )
    public function testScalarTypes($type, $value)
    {
        $this->createTableInsertAndVerifyValueByIndex($type, $value);
        $this->createTableInsertAndVerifyValueByName($type, $value);
    }