예제 #1
0
 public function testGetDbVendorName()
 {
     $this->_bootstrap->expects($this->once())->method('getDbVendorName')->will($this->returnValue('mysql'));
     $this->assertEquals('mysql', $this->_object->getDbVendorName());
 }