1<?php
2/**
3 * Setup autoloading for the tests.
4 *
5 * PHP version 5
6 *
7 * @category   Horde
8 * @package    Secret
9 * @subpackage UnitTests
10 * @author     Michael Slusarz <slusarz@horde.org>
11 * @license    http://www.horde.org/licenses/lgpl21 LGPL 2.1
12 * @link       http://pear.horde.org/index.php?package=Secret
13 */
14
15require_once __DIR__ . '/Stub/Message.php';
16