[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)) $this->greaterThan(0))
->will($this->returnValueMap(array( ->will($this->returnValueMap(array(
array( array(
array('3', '4', '5', '6', '7'), array(3, 4, 5, 6, 7),
'f_read', 'f_read',
1, 1,
array( array(

View file

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

View file

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