3 * Test the notification handler class that logs to the horde log.
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
13 * Prepare the test setup.
15 require_once dirname(__FILE__) . '/../../../../Autoload.php';
18 * Test the notification handler class that logs to the horde log.
20 * Copyright 2009-2010 The Horde Project (http://www.horde.org/)
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.
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
32 class Horde_Notification_Class_Notification_Handler_Decorator_HordelogTest
33 extends PHPUnit_Framework_TestCase
35 public function testNoneAvailable()
38 $this->markTestIncomplete('No tests available.');