21 lines
596 B
PHP
21 lines
596 B
PHP
<?php
|
|
/**
|
|
* Setup autoloading for the tests.
|
|
*
|
|
* PHP version 5
|
|
*
|
|
* Copyright 2009-2017 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* See the enclosed file COPYING for license information (LGPL). If you
|
|
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
|
|
*
|
|
* @category Horde
|
|
* @package Content
|
|
* @subpackage UnitTests
|
|
* @author Michael J Rubinsky <mrubinsk@horde.org>
|
|
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
|
|
* @link http://pear.horde.org/index.php?package=Content
|
|
*/
|
|
|
|
Horde_Test_Autoload::addPrefix('Content', __DIR__ . '/../../lib');
|