diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 15:09:29 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 15:09:29 -0500 |
commit | a57f207d6893289598bcd5e37f2549eea60d1137 (patch) | |
tree | 41b8683769d31046ea122cf1e0cfa083466c0af7 /tests/notification/ext | |
parent | 948bd69495175db6967c0f5e99c3e0ba31e1882a (diff) | |
download | forums-a57f207d6893289598bcd5e37f2549eea60d1137.tar forums-a57f207d6893289598bcd5e37f2549eea60d1137.tar.gz forums-a57f207d6893289598bcd5e37f2549eea60d1137.tar.bz2 forums-a57f207d6893289598bcd5e37f2549eea60d1137.tar.xz forums-a57f207d6893289598bcd5e37f2549eea60d1137.zip |
[ticket/11103] More extensive notification tests
PHPBB3-11103
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) |