/**
  * @group integration-ibm_db2
  * @covers Zend\Db\Adapter\Driver\IbmDb2\IbmDb2::checkEnvironment
  */
 public function testCheckEnvironment()
 {
     $ibmdb2 = new IbmDb2(array());
     $this->assertNull($ibmdb2->checkEnvironment());
 }