Tests pending pull requests

Build: #4670 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Job result summary

Completed
Duration
6 minutes
Flags
Custom build
Agent
Default Agent
Revision
6322970766bd9fa78327fa2ca6a6a43d73b680ee 6322970766bd9fa78327fa2ca6a6a43d73b680ee
Total tests
4261
Failing since
#4668 (Manual run by Build Robot)
Fixed in
#4671 (Manual run by Build Robot)

Tests

  • 4,261 tests in total
  • 74 tests failed
  • 3 minutes taken in total.
Existing test failures 74
Status Test Failing since Duration
phpbb_text_processing_generate_text_for_display_test::test_text_formatter with data set #1 ('<r>Hello <URL url="http://example.org"><s>[url=http://example.org]</s>world<e>[/url]</e></URL></r>', 'Hello <a href="http://example.org" class="postlink">world</a>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-Hello <a href="http://example.org" class="postlink">world</a>
+Hello Array

(1 more lines...)
phpbb_text_processing_generate_text_for_display_test::test_text_formatter with data set #5 ('<r><FLASH url="http://localhost/foo.swf" width="123" height="456"><s>[flash=123,456]</s>http://localhost/foo.swf<e>[/flash]</e></FLASH></r>', '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>
+Array

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #0 ('[b]bold[/b]', '<span style="font-weight: bold">bold</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="font-weight: bold">bold</span>
+Arraybold[/b]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #1 ('[u]underlined[/u]', '<span style="text-decoration: underline">underlined</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="text-decoration: underline">underlined</span>
+Arrayunderlined[/u]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #10 ('[*]unparsed', '[*]unparsed')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-[*]unparsed
+Arrayunparsed

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #11 ('[list][*]item[/list]', '<ul><li>item</li></ul>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ul><li>item</li></ul>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #12 ('[list][*]item[/*][/list]', '<ul><li>item</li></ul>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ul><li>item</li></ul>
+ArrayArrayitem[/*][/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #13 ('[list=1][*]item[/list]', '<ol style="list-style-type: decimal"><li>item</li></ol>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ol style="list-style-type: decimal"><li>item</li></ol>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #14 ('[list=a][*]item[/list]', '<ol style="list-style-type: lower-alpha"><li>item</li></ol>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ol style="list-style-type: lower-alpha"><li>item</li></ol>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #15 ('[list=i][*]item[/list]', '<ol style="list-style-type: lower-roman"><li>item</li></ol>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ol style="list-style-type: lower-roman"><li>item</li></ol>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #16 ('[list=I][*]item[/list]', '<ol style="list-style-type: upper-roman"><li>item</li></ol>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ol style="list-style-type: upper-roman"><li>item</li></ol>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #17 ('[list=disc][*]item[/list]', '<ul style="list-style-type: disc"><li>item</li></ul>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ul style="list-style-type: disc"><li>item</li></ul>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #18 ('[list=circle][*]item[/list]', '<ul style="list-style-type: circle"><li>item</li></ul>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ul style="list-style-type: circle"><li>item</li></ul>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #19 ('[list=square][*]item[/list]', '<ul style="list-style-type: square"><li>item</li></ul>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ul style="list-style-type: square"><li>item</li></ul>
+ArrayArrayitem[/list]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #2 ('[i]italic[/i]', '<span style="font-style: italic">italic</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="font-style: italic">italic</span>
+Arrayitalic[/i]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #20 ('[img]https://area51.phpbb.com/images/area51.png[/img]', '<img src="https://area51.phpbb.com/images/area51.png" alt="Image">')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<img src="https://area51.phpbb.com/images/area51.png" alt="Image">
+Array

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #21 ('[url]https://area51.phpbb.com/[/url]', '<a href="https://area51.phpbb.com/" class="postlink">https://area51.phpbb.com/</a>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<a href="https://area51.phpbb.com/" class="postlink">https://area51.phpbb.com/</a>
+Array

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #22 ('[url=https://area51.phpbb.com/]Area51[/url]', '<a href="https://area51.phpbb.com/" class="postlink">Area51</a>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<a href="https://area51.phpbb.com/" class="postlink">Area51</a>
+ArrayArea51[/url]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #23 ('[email]bbcode-test@phpbb.com[/email]', '<a href="mailto:bbcode-test@phpbb.com">bbcode-test@phpbb.com</a>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<a href="mailto:bbcode-test@phpbb.com">bbcode-test@phpbb.com</a>
+Array

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #24 ('[email=bbcode-test@phpbb.com]Email[/email]', '<a href="mailto:bbcode-test@phpbb.com">Email</a>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<a href="mailto:bbcode-test@phpbb.com">Email</a>
+ArrayEmail[/email]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #25 ('[attachment=0]filename[/attachment]', '<div class="inline-attachment"><!-- ia0 -->filename<!-- ia0 --></div>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<div class="inline-attachment"><!-- ia0 -->filename<!-- ia0 --></div>
+Array

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #26 ('[quote="[test]test"]test [ test[/quote]', '<blockquote><div><cite>[test]test wrote:</cite>test [ test</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite>[test]test wrote:</cite>test [ test</div></blockquote>
+Arraytest [ test[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #27 ('[quote]test[/quote] test ] and [ test [quote]test[/quote]', '<blockquote class="uncited"><div>test</div></blockquote> test ] and [ test <blockquote class="uncited"><div>test</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote class="uncited"><div>test</div></blockquote> test ] and [ test <blockquote class="uncited"><div>test</div></blockquote>
+Arraytest[/quote] test ] and [ test Arraytest[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #28 ('[quote="["]test[/quote]', '<blockquote><div><cite>[ wrote:</cite>test</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite>[ wrote:</cite>test</div></blockquote>
+Arraytest[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #29 ('[quote]test[/[/b]quote] test [/quote][/quote] test', '<blockquote class="uncited"><div>test[/[/b]quote] test </div></blockquote>[/quote] test')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote class="uncited"><div>test[/[/b]quote] test </div></blockquote>[/quote] test
+Arraytest[/[/b]quote] test [/quote][/quote] test

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #3 ('[color=#FF0000]colored[/color]', '<span style="color: #FF0000">colored</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="color: #FF0000">colored</span>
+Arraycolored[/color]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #30 ('[quote="a"]a[/quote][quote="a]a[/quote]', '<blockquote><div><cite>a wrote:</cite>a</div></blockquote>[quote="a]a[/quote]')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite>a wrote:</cite>a</div></blockquote>[quote="a]a[/quote]
+Arraya[/quote][quote="a]a[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #31 ('[b]bold [i]bold + italic[/i][/b]', '<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span>
+Arraybold Arraybold + italic[/i][/b]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #32 ('[url=https://area51.phpbb.com/]Area51 [i]italic[/i][/url]', '<a href="https://area51.phpbb.com/" class="postlink">Area51 <span style="font-style: italic">italic</span></a>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<a href="https://area51.phpbb.com/" class="postlink">Area51 <span style="font-style: italic">italic</span></a>
+ArrayArea51 Arrayitalic[/i][/url]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #33 ('[i]italic [url=https://area51.phpbb.com/]Area51[/url][/i]', '<span style="font-style: italic">italic <a href="https://area51.phpbb.com/" class="postlink">Area51</a></span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="font-style: italic">italic <a href="https://area51.phpbb.com/" class="postlink">Area51</a></span>
+Arrayitalic ArrayArea51[/url][/i]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #34 ('[code]unparsed code [b]bold [i]bold + italic[/i][/b][/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [b]bold [i]bold + italic[/i][/b]</code></div>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [b]bold [i]bold + italic[/i][/b]</code></div>
+Arrayunparsed code Arraybold Arraybold + italic[/i][/b][/code]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #35 ('[code]unparsed code [quote="username"]quoted[/quote][/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [quote="username"]quoted[/quote]</code></div>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [quote="username"]quoted[/quote]</code></div>
+Arrayunparsed code Arrayquoted[/quote][/code]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #36 ('[b]bold [i]bold + italic[/b] italic[/i]', '<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span><span style="font-style: italic"> italic</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span><span style="font-style: italic"> italic</span>
+Arraybold Arraybold + italic[/b] italic[/i]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #37 ('[code]	line1
  line2[/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>&nbsp; &nbsp;line1<br>
&nbsp; line2</code></div>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>&nbsp; &nbsp;line1<br>
(5 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #38 ('... http://example.org ...', '... <a href="http://example.org" class="postlink">http://example.org</a> ...')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-... <a href="http://example.org" class="postlink">http://example.org</a> ...
+... Array ...

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #39 ('... www.example.org ...', '... <a href="http://www.example.org" class="postlink">www.example.org</a> ...')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-... <a href="http://www.example.org" class="postlink">www.example.org</a> ...
+... Array ...

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #4 ('[color=red]colored[/color]', '<span style="color: red">colored</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="color: red">colored</span>
+Arraycolored[/color]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #40 ('[quote="[url=http://example.org]xxx[/url]"]...[/quote]', '<blockquote><div><cite><a href="http://example.org" class="postlink">xxx</a> wrote:</cite>...</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite><a href="http://example.org" class="postlink">xxx</a> wrote:</cite>...</div></blockquote>
+Array...[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #41 ('[quote="[url]http://example.org[/url]"]...[/quote]', '<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote>
+Array...[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #42 ('[quote="http://example.org"]...[/quote]', '<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite><a href="http://example.org" class="postlink">http://example.org</a> wrote:</cite>...</div></blockquote>
+Array...[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #5 ('[size=75]smaller[/size]', '<span style="font-size: 75%; line-height: normal">smaller</span>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<span style="font-size: 75%; line-height: normal">smaller</span>
+Arraysmaller[/size]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #6 ('[quote]quoted[/quote]', '<blockquote class="uncited"><div>quoted</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote class="uncited"><div>quoted</div></blockquote>
+Arrayquoted[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #7 ('[quote="username"]quoted[/quote]', '<blockquote><div><cite>username wrote:</cite>quoted</div></blockquote>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<blockquote><div><cite>username wrote:</cite>quoted</div></blockquote>
+Arrayquoted[/quote]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #8 ('[code]unparsed code[/code]', '<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code</code></div>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code</code></div>
+Arrayunparsed code[/code]

(1 more lines...)
phpbb_textformatter_s9e_default_formatting_test::test_default_formatting with data set #9 ('[list]no item[/list]', '<ul>no item</ul>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<ul>no item</ul>
+Arrayno item[/list]

(1 more lines...)
phpbb_textformatter_s9e_renderer_test::test_default_options with data set #4 ('<r><FLASH url="http://localhost/foo.swf" width="123" height="456"><s>[flash=123,456]</s>http://localhost/foo.swf<e>[/flash]</e></FLASH></r>', '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://localhost/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://localhost/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>
+Array

(1 more lines...)
phpbb_textformatter_s9e_renderer_test::test_default_options with data set #6 ('<r><IMG src="http://localhost/mrgreen.gif"><s>[img]</s><URL url="http://localhost/mrgreen.gif">http://localhost/mrgreen.gif</URL><e>[/img]</e></IMG></r>', '<img src="http://localhost/mrgreen.gif" alt="Image">')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<img src="http://localhost/mrgreen.gif" alt="Image">
+Array

(1 more lines...)
phpbb_textformatter_s9e_renderer_test::test_default_options with data set #7 ('<r><IMG src="http://localhost/mrgreen.gif"><s>[img]</s><URL url="http://localhost/mrgreen.gif">http://localhost/mrgreen.gif</URL><e>[/img]</e></IMG></r>', '<a href="http://localhost/mrgreen.gif" class="postlink">http://localhost/mrgreen.gif</a>', Closure)
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<a href="http://localhost/mrgreen.gif" class="postlink">http://localhost/mrgreen.gif</a>
+Array

(1 more lines...)
phpbb_textformatter_s9e_renderer_test::test_options with data set #2 ('<r><FLASH height="456" url="http://example.org/foo.swf" width="123"><s>[flash=123,456]</s><URL url="http://example.org/foo.swf">http://example.org/foo.swf</URL><e>[/flash]</e></FLASH></r>', '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://example.org/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://example.org/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>', array(true))
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="123" height="456"><param name="movie" value="http://example.org/foo.swf"><param name="play" value="false"><param name="loop" value="false"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="internal"><embed src="http://example.org/foo.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="123" height="456" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></object>
+Array

(1 more lines...)
phpbb_textformatter_s9e_renderer_test::test_options with data set #3 ('<r><IMG src="http://example.org/foo.png"><s>[img]</s>http://example.org/foo.png<e>[/img]</e></IMG></r>', '<img src="http://example.org/foo.png" alt="Image">', array(true))
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<img src="http://example.org/foo.png" alt="Image">
+Array

(1 more lines...)