From 96ce8e7363c3a92a2ee74754415ffc9b754aecdb Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 10 Dec 2023 09:41:42 +0700 Subject: [PATCH] [ticket/15214] Fix tests PHPBB3-15214 --- tests/functional/extension_controller_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php index aa408b3b56..da1a6e18ae 100644 --- a/tests/functional/extension_controller_test.php +++ b/tests/functional/extension_controller_test.php @@ -28,6 +28,7 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c 'foo/bar/styles/prosilver/template/', 'foo/foo/config/', 'foo/foo/controller/', + 'foo/foo/event/', ); static public function setUpBeforeClass(): void