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_Source_TestAutodetect extends Horde_Translation_Autodetect
10{
11    protected static $_domain = 'Horde_Translation_Source';
12    protected static $_pearDirectory = '@data_dir@';
13}
14