1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 17:27:16 +02:00

[ticket/16955] Update tests to support small changes to docblocks/types

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:57:11 +01:00
parent 1c02b1a7b5
commit d3d53cda0f
4 changed files with 11 additions and 21 deletions

View File

@@ -437,8 +437,8 @@ class phpbb_textformatter_s9e_renderer_test extends phpbb_test_case
{
return isset($vars['renderer'])
&& $vars['renderer'] instanceof \phpbb\textformatter\s9e\renderer
&& isset($vars['xml'])
&& $vars['xml'] === '<t>...</t>';
&& isset($vars['text'])
&& $vars['text'] === '<t>...</t>';
}
public function render_after_event_callback($vars)