/**
  * @expectedException \RuntimeException
  * @expectedExceptionMessage The type: "idontexist" is not supported
  */
 public function testInvalidSqlType()
 {
     $this->adapter->getSqlType('idontexist');
 }