public function testRegisterUnknownDoctrineMappingType()
 {
     $this->setExpectedException('Doctrine\\DBAL\\DBALException');
     $this->_platform->registerDoctrineTypeMapping('foo', 'bar');
 }