* @category Horde * @license http://www.horde.org/licenses/apache ASL * @package Ingo */ /** * Ingo_Storage_Vacation_Test overrides certain Ingo_Storage_Vacation * functionality to help with unit testing. * * @author Michael Slusarz * @category Horde * @license http://www.horde.org/licenses/apache ASL * @package Ingo */ class Ingo_Storage_VacationTest extends Ingo_Storage_Vacation { /** */ public function getVacationAddresses() { return $this->_addr; } }