1: <?php
2: /**
3: * Ingo_Storage_Vacation_Test overrides certain Ingo_Storage_Vacation
4: * functionality to help with unit testing.
5: *
6: * See the enclosed file LICENSE for license information (ASL). If you
7: * did not receive this file, see http://www.horde.org/licenses/apache.
8: *
9: * @author Michael Slusarz <slusarz@horde.org>
10: * @package Ingo
11: */
12: class Ingo_Storage_VacationTest extends Ingo_Storage_Vacation
13: {
14: /**
15: */
16: public function getVacationAddresses()
17: {
18: return $this->_addr;
19: }
20:
21: }
22: