summaryrefslogtreecommitdiff
path: root/scripts/test.php
diff options
context:
space:
mode:
authorPhil Burton <phil@pgburton.com>2017-08-22 10:10:29 +0100
committerPhil Burton <phil@pgburton.com>2017-08-22 10:10:29 +0100
commit7b1e62d0cbc3519c469b2afd4da712125707de66 (patch)
tree06ee38c18849f9b0c85c2eb82bded824e2ff34e6 /scripts/test.php
parenta4170353515c254ab7404117e7d9b3f15887214a (diff)
parent47b154758e789e75ec597d88540cdb7f4e352225 (diff)
Merge branch 'master' of www.blatech.co.uk:FBeans/dipper
Diffstat (limited to 'scripts/test.php')
-rw-r--r--scripts/test.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/test.php b/scripts/test.php
deleted file mode 100644
index f1203ce..0000000
--- a/scripts/test.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-ini_set("display_errors", 1);
-ini_set("display_startup_errors", 1);
-error_reporting(E_ALL);
-
-// Pull in bootstrap
-require(realpath(dirname(__FILE__) . "/../bootstrap.php"));
-
-// Set up siteroot
-define('DIPPER_ROOT', realpath(dirname(__FILE__) . "/../"));
-define('SITES_ROOT', '/home/phil/sites/');
-define('CONFIG_ROOT', '/home/phil/sites/');
-
-new App\Script\Console;