Tests pending pull requests
Build: #9790 failed
Job: Build and Test Job failed
get outermost quote authors with data set #4: Test case result
The below summarizes the result of the test " get outermost quote authors with data set #4" in build 9,790 of phpBB3 - Pull Requests - Build and Test Job.
- Description
- get outermost quote authors with data set #4
- Test class
- phpbb_textformatter_s9e_utils_test
- Method
- test_get_outermost_quote_authors with data set #4
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
phpbb_textformatter_s9e_utils_test::test_get_outermost_quote_authors with data set #4 ('[quote=foo].[quote=baz]..[/qu...quote]', array('foo', 'bar'))
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
Array &0 (
0 => 'foo'
- 1 => 'bar'
+ 1 => 'baz'
+ 2 => 'bar'
)
/data/tests/text_formatter/s9e/utils_test.php:83

