From 59cd40235bf4746a119421609b25d7e9b7f65f83 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Mon, 15 May 2023 18:15:37 +0300 Subject: refactoring framework defaults --- tests/settings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/settings.php b/tests/settings.php index 20cdde6..050cbfa 100755 --- a/tests/settings.php +++ b/tests/settings.php @@ -12,6 +12,7 @@ print_r([ 'app_name' => APP_NAME ?? 'undefined', 'site_title' => SITE_TITLE ?? 'undefined', 'appRoot' => APP_ROOT, + 'webRoot' => WEB_ROOT, 'views' => VIEWS_DIRECTORY, 'init' => INIT_APPLICATION, 'site_url' => SITE_URL ?? 'undefined', -- cgit v1.2.3