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