From d2c5e65f6c270f7fdc302ea6fb20f5af76a4ce55 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 6 May 2010 19:23:50 +0200 Subject: [PATCH] Horde_Alarm is abstract now. Test still fails due to registry access. --- .../Notification/Class/Notification/Handler/Decorator/AlarmTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php b/framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php index c103718cd..803eb23c1 100644 --- a/framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php +++ b/framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php @@ -38,7 +38,7 @@ extends PHPUnit_Framework_TestCase $this->markTestSkipped('The Horde_Alarm package is not installed!'); } - $this->alarm = $this->getMock('Horde_Alarm'); + $this->alarm = $this->getMockForAbstractClass('Horde_Alarm'); $this->alarm_handler = new Horde_Notification_Handler_Decorator_Alarm( $this->alarm, null ); -- 2.11.0