1<?php
2/**
3 * Setup autoloading for the tests.
4 *
5 * PHP version 5
6 *
7 * @category   Horde
8 * @package    Auth
9 * @subpackage UnitTests
10 * @author     Gunnar Wrobel <wrobel@pardus.de>
11 * @license    http://www.horde.org/licenses/lgpl21 LGPL-2.1
12 * @link       http://pear.horde.org/index.php?package=Auth
13 */
14
15/** Load the basic test definition */
16require_once __DIR__ . '/TestCase.php';
17