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