|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| testCreateNotification ($notification, $notificationParams=array()) | |
| testCreateNotificationBlocked () | |
| testCreateNotificationEmailed ($notification, $notificationParams=array()) | |
| testCreateNotificationTrivialNotEmailed () | |
| testCreateTrivialNotification ($notification, $notificationParams=array()) | |
| testGetNotificationMessage () | |
| trivialNotificationDataProvider () | |
Public Member Functions inherited from PKPTestCase | |
| getActualOutput () | |
Protected Member Functions | |
| getMockedDAOs () | |
| setUp () | |
Protected Member Functions inherited from PKPTestCase | |
| getMockedRegistryKeys () | |
| mockRequest ($path='index/test-page/test-op', $userId=null) | |
| setTestConfiguration ($config, $configPath='config') | |
| tearDown () | |
Additional Inherited Members | |
Data Fields inherited from PKPTestCase | |
| $mockedRegistryKeys = array() | |
| $registryBackup = array() | |
Tests for the PKPNotificationManager class.
Definition at line 24 of file PKPNotificationManagerTest.php.
|
protected |
Reimplemented from PKPTestCase.
Definition at line 165 of file PKPNotificationManagerTest.php.
|
protected |
Reimplemented from PKPTestCase.
Definition at line 169 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::testCreateNotification | ( | $notification, | |
$notificationParams = array() |
|||
| ) |
Definition at line 45 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::testCreateNotificationBlocked | ( | ) |
Definition at line 61 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::testCreateNotificationEmailed | ( | $notification, | |
$notificationParams = array() |
|||
| ) |
Definition at line 76 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::testCreateNotificationTrivialNotEmailed | ( | ) |
Definition at line 103 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::testCreateTrivialNotification | ( | $notification, | |
$notificationParams = array() |
|||
| ) |
Definition at line 125 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::testGetNotificationMessage | ( | ) |
Definition at line 31 of file PKPNotificationManagerTest.php.
| PKPNotificationManagerTest::trivialNotificationDataProvider | ( | ) |
Provides data to be used by tests that expects two cases: 1 - a trivial notification 2 - a trivial notification and its parameters.
Definition at line 148 of file PKPNotificationManagerTest.php.