1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/12317] Fix notification tests for DBMSes returning integers as int.

PHPBB3-12317
This commit is contained in:
Andreas Fischer 2014-03-28 21:59:42 +01:00
parent 043b6a207a
commit c489244895
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class phpbb_notification_submit_post_type_bookmark_test extends phpbb_notificati
$this->greaterThan(0))
->will($this->returnValueMap(array(
array(
array('3', '4', '5', '6', '7'),
array(3, 4, 5, 6, 7),
'f_read',
1,
array(

View File

@ -27,7 +27,7 @@ class phpbb_notification_submit_post_type_post_test extends phpbb_notification_s
$this->greaterThan(0))
->will($this->returnValueMap(array(
array(
array('3', '4', '5', '6', '7', '8'),
array(3, 4, 5, 6, 7, 8),
'f_read',
1,
array(

View File

@ -27,7 +27,7 @@ class phpbb_notification_submit_post_type_quote_test extends phpbb_notification_
$this->greaterThan(0))
->will($this->returnValueMap(array(
array(
array('3', '4', '5', '6', '7'),
array(3, 4, 5, 6, 7),
'f_read',
1,
array(