From 34e326da3ce291bdc793c9ae36b4ac0f1698e4e3 Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Tue, 19 Dec 2023 08:13:24 +0100 Subject: [PATCH] Tests: added test for InlineSvgIcons --- tests/Icons/InlineSvgIcons.phpt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Icons/InlineSvgIcons.phpt diff --git a/tests/Icons/InlineSvgIcons.phpt b/tests/Icons/InlineSvgIcons.phpt new file mode 100644 index 0000000..914c1f3 --- /dev/null +++ b/tests/Icons/InlineSvgIcons.phpt @@ -0,0 +1,21 @@ + + + +'); + + $icons = new Icons\InlineSvgIcons(TEMP_DIR); + + Assert::same('', (string) $icons->get('super_icon-x')); +});