예제 #1
0
 public function testGetDbVendorName()
 {
     $this->assertEquals('mysql', $this->_object->getDbVendorName());
 }
예제 #2
0
 /**
  * Retrieve the database vendor name used by the bootstrap
  *
  * @return string
  */
 public function getDbVendorName()
 {
     return $this->_bootstrap->getDbVendorName();
 }