Cassandra\CollectionIntegrationTest::testScalarTypes PHP Метод

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

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