98fdf2cb1078c2c2e1c8bd269aec7f10e121fc2d
[horde.git] /
1 <?php
2 /**
3  * Test the notification handler class that logs to the horde log.
4  *
5  * @category Horde
6  * @package  Notification
7  * @author   Gunnar Wrobel <wrobel@pardus.de>
8  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
9  * @link     http://pear.horde.org/index.php?package=Notification
10  */
11
12 /**
13  * Prepare the test setup.
14  */
15 require_once dirname(__FILE__) . '/../../../../Autoload.php';
16
17 /**
18  * Test the notification handler class that logs to the horde log.
19  *
20  * Copyright 2009-2010 The Horde Project (http://www.horde.org/)
21  *
22  * See the enclosed file COPYING for license information (LGPL). If you
23  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
24  *
25  * @category Horde
26  * @package  Notification
27  * @author   Gunnar Wrobel <wrobel@pardus.de>
28  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
29  * @link     http://pear.horde.org/index.php?package=Notification
30  */
31
32 class Horde_Notification_Class_Notification_Handler_Decorator_HordelogTest
33 extends PHPUnit_Framework_TestCase
34 {
35     public function testNoneAvailable()
36     {
37         // No tests
38         $this->markTestIncomplete('No tests available.');
39     }
40 }