Tests pending pull requests
Build: #4967 failed
Job: Build and Test Job failed
Reparse with data set #2: Test case result
The below summarizes the result of the test "Reparse with data set #2" in build 4,967 of phpBB3 - Pull Requests - Build and Test Job.
- Description
- Reparse with data set #2
- Test class
- phpbb_textreparser_poll_title_test::testReparse
- Method
- testReparse with data set #2
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
phpbb_textreparser_poll_title_test::testReparse with data set #2 (8, 9, array(array('8', '<r><IMG src="http://example.org/img.png"><s>[img]</s>http://example.org/img.png<e>[/img]</e></IMG></r>'), array('9', '<t>[img]http://example.org/img.png[/img]</t>')))
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
0 => Array (
- 'id' => '8'
- 'text' => '<r><IMG src="http://example.org/img.png"><s>[img]</s>http://example.org/img.png<e>[/img]</e></IMG></r>'
+ 'id' => 8
+ 'text' => '<t>[img:abcd1234]http://example.org/img.png[/img:abcd1234]</t>'
)
1 => Array (...)
)
/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/text_reparser/test_row_based_plugin.php:63

