Files
server/usr/share/psa-horde/ingo/lib/Storage/VacationTest.php
2026-01-07 20:52:11 +01:00

33 lines
794 B
PHP

<?php
/**
* Copyright 2012-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (ASL). If you
* did not receive this file, see http://www.horde.org/licenses/apache.
*
* @author Michael Slusarz <slusarz@horde.org>
* @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 <slusarz@horde.org>
* @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;
}
}