1<?php
2/**
3 * Setup autoloading for the tests.
4 *
5 * PHP version 5
6 *
7 * Copyright 2009-2017 Horde LLC (http://www.horde.org/)
8 *
9 * See the enclosed file COPYING for license information (LGPL). If you
10 * did not receive this file, see http://www.horde.org/licenses/lgpl21.
11 *
12 * @category   Horde
13 * @package    Share
14 * @subpackage UnitTests
15 * @author     Gunnar Wrobel <wrobel@pardus.de>
16 * @license    http://www.horde.org/licenses/lgpl21 LGPL 2.1
17 */
18
19/** Load stub definitions */
20require_once __DIR__ . '/Stub/Group.php';
21