Tests pending pull requests
Build: #10146 failed
Job: Build and Test Job failed
submit post with data set #0: Test case result
The below summarizes the result of the test " submit post with data set #0" in build 10,146 of phpBB3 - Pull Requests - Build and Test Job.
- Description
- submit post with data set #0
- Test class
- phpbb_notification_submit_post_type_quote_test
- Method
- test_submit_post with data set #0
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
phpbb_notification_submit_post_type_quote_test::test_submit_post with data set #0 (array('<r><QUOTE author="poster"><s>...E></r>', 'uid'), array(array(5, 1, 1)), array(array(3, 2, 1), array(5, 1, 1), array(5, 2, 1), array(7, 2, 1)))
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
0 => Array (
- 'user_id' => 3
- 'item_id' => 2
+ 'user_id' => 5
+ 'item_id' => 1
'item_parent_id' => 1
)
1 => Array (
- 'user_id' => 5
- 'item_id' => 1
+ 'user_id' => 7
+ 'item_id' => 2
'item_parent_id' => 1
)
- 2 => Array (...)
- 3 => Array (...)
)
/data/tests/notification/submit_post_base.php:184
phpvfscomposer:///data/phpBB/vendor/phpunit/phpunit/phpunit:60

