1<?php
2/**
3 * @author     Jan Schneider <jan@horde.org>
4 * @license    http://www.horde.org/licenses/lgpl21 LGPL 2.1
5 * @category   Horde
6 * @package    Translation
7 * @subpackage UnitTests
8 */
9class Horde_Translation_Composer_TestAutodetect extends Horde_Translation_Autodetect
10{
11    protected static $_domain = 'Horde_Translation_Composer';
12    protected static $_pearDirectory = '/non/existant/directory';
13}
14