summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwn_ <[email protected]>2024-04-20 16:25:18 +0000
committerwn_ <[email protected]>2024-04-20 16:25:33 +0000
commit16b89cc293f8ac8c9d0c87aa52684b9cbcb3b3a2 (patch)
tree313c14e170232b057746857cc4076cad4a474ab8 /tests
parentb1e3d660e41bcb9576ec6ea58727dca4366708b5 (diff)
Move 'include/functions.php' require into Composer autoloader.
Autoloader regenerated with 'composer dump-autoload --optimize'.
Diffstat (limited to 'tests')
-rw-r--r--tests/autoload.php1
1 files changed, 0 insertions, 1 deletions
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";