diff options
Diffstat (limited to 'tests/notification/ext')
-rw-r--r-- | tests/notification/ext/test/notification/type/test.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/notification/ext/test/notification/type/test.php b/tests/notification/ext/test/notification/type/test.php index 812d9a7698..f3aa8ba6f3 100644 --- a/tests/notification/ext/test/notification/type/test.php +++ b/tests/notification/ext/test/notification/type/test.php @@ -36,11 +36,7 @@ class phpbb_ext_test_notification_type_test extends phpbb_notification_type_base public function find_users_for_notification($post, $options = array()) { - return array( - 0 => array(''), - //2 => array('', 'email'), - //3 => array('', 'email', 'jabber'), - ); + return $this->_find_users_for_notification(0, $options); } public function create_insert_array($post) |