summaryrefslogtreecommitdiff
path: root/scripts/test.php
diff options
context:
space:
mode:
authorPhil Burton <phil@d3r.com>2017-08-21 18:58:05 +0100
committerPhil Burton <phil@d3r.com>2017-08-21 18:58:05 +0100
commit31ac8bccdae86eeb150cb396c44ee88427120e3e (patch)
tree29526c559aab90170b036a1801a17785c2a9479c /scripts/test.php
parent0ed82a2c6ffd8e981d9dd388306379941ecb5720 (diff)
wip
Diffstat (limited to 'scripts/test.php')
-rw-r--r--scripts/test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test.php b/scripts/test.php
index 83d8c5a..d14076a 100644
--- a/scripts/test.php
+++ b/scripts/test.php
@@ -9,5 +9,7 @@ require(realpath(dirname(__FILE__) . "/../bootstrap.php"));
// Set up siteroot
define('DIPPER_ROOT', realpath(dirname(__FILE__) . "/../"));
+define('SITES_ROOT', '/web/sites/');
+define('CONFIG_ROOT', '/web/etc/nginx/');
new App\Script\Console;