コード例 #1
0
 /**
  * @group integration-oci8
  * @covers Zend\Db\Adapter\Driver\Oci8\Oci8::checkEnvironment
  */
 public function testCheckEnvironment()
 {
     $sqlserver = new Oci8(array());
     $this->assertNull($sqlserver->checkEnvironment());
 }