diff --git a/tests/template/extension_test.php b/tests/template/extension_test.php
index 0d5ccaecfd..3050ed6c52 100644
--- a/tests/template/extension_test.php
+++ b/tests/template/extension_test.php
@@ -294,7 +294,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
[
'ICON_PHONE' => 'Phone icon',
],
- 'Phone icon',
+ 'Phone icon',
],
/** Font: all options */
@@ -313,7 +313,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
[
'ICON_PENCIL' => 'Pencil icon',
],
- '
+ '
Pencil icon'
],
/** Font: icons array */
@@ -335,7 +335,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
[
'ICON_TOPIC' => 'Topic icon',
],
- '
+ '
Topic icon',
],
/** Font: icons array with no key for the default */
@@ -357,40 +357,9 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
[
'ICON_TOPIC' => 'Topic icon',
],
- '
+ '
Topic icon',
],
- /** Iconify: default */
- [
- [
- 'type' => 'iconify',
- 'icon' => 'fa:phone',
- 'title' => '',
- 'hidden' => false,
- 'classes' => '',
- 'attributes' => [],
- ],
- [],
- '',
- ],
- /** Iconify: all options */
- [
- [
- 'type' => 'iconify',
- 'icon' => 'mdi:pencil',
- 'title' => 'ICON_PENCIL',
- 'hidden' => true,
- 'classes' => 'icon-lg',
- 'attributes' => [
- 'style' => 'color: #12a3eb;',
- ],
- ],
- [
- 'ICON_PENCIL' => 'Pencil icon',
- ],
- '
- Pencil icon',
- ],
/** PNG: default */
[
[