From e6edd24a2b510c9246ca7bd636fc32a1359bf154 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 14 Nov 2023 21:51:55 +0100 Subject: [PATCH] [ticket/16944] Move test file PHPBB3-16944 --- .../{iconify_bundler_tests.php => iconify_bundler_test.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/assets/{iconify_bundler_tests.php => iconify_bundler_test.php} (98%) diff --git a/tests/assets/iconify_bundler_tests.php b/tests/assets/iconify_bundler_test.php similarity index 98% rename from tests/assets/iconify_bundler_tests.php rename to tests/assets/iconify_bundler_test.php index d2d9c01a6c..17b020ae21 100644 --- a/tests/assets/iconify_bundler_tests.php +++ b/tests/assets/iconify_bundler_test.php @@ -13,7 +13,7 @@ namespace phpbb\tests\unit\assets; -class iconify_bundler_tests extends \phpbb_test_case +class iconify_bundler_test extends \phpbb_test_case { /** @var array Log content */ protected $log_content = [];