From 16b89cc293f8ac8c9d0c87aa52684b9cbcb3b3a2 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 20 Apr 2024 16:25:18 +0000 Subject: Move 'include/functions.php' require into Composer autoloader. Autoloader regenerated with 'composer dump-autoload --optimize'. --- tests/autoload.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/autoload.php b/tests/autoload.php index 1fb33424e..223429b14 100644 --- a/tests/autoload.php +++ b/tests/autoload.php @@ -3,4 +3,3 @@ get_include_path()); require_once "autoload.php"; - require_once "functions.php"; -- cgit v1.2.3