diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |
