Added a test suite for the Notification package. Coverage is about 90%
authorGunnar Wrobel <p@rdus.de>
Tue, 27 Oct 2009 16:47:49 +0000 (17:47 +0100)
committerGunnar Wrobel <p@rdus.de>
Tue, 27 Oct 2009 16:47:49 +0000 (17:47 +0100)
commitb79ad0b268c3cddb46fec53529feda2e1d128c87
tree671c18083324c9639c3ba91c074d7f21f4ceda9f
parentb0091537dd8b224b148cb37450624dc11db34754
Added a test suite for the Notification package. Coverage is about 90%
and primarily excludes sections that rely heavily on global scope
(Horde_Registry, Horde_Nls, Horde_Auth, Horde_Alarm).
framework/Notification/package.xml
framework/Notification/test/Horde/Notification/AllTests.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Autoload.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/EventTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Listener/AudioTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Listener/JavascriptTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Listener/MobileTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Listener/StatusTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/ListenerTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/NotificationTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/phpunit.xml [new file with mode: 0644]