From d220ebd708a6893fdb68b8548a30990d99ca1c02 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 21 Apr 2014 18:06:51 +0200 Subject: Describe Selenium testing setup and provide a function to clear the SQL database --- index-test.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index-test.php (limited to 'index-test.php') diff --git a/index-test.php b/index-test.php new file mode 100644 index 000000000..b880f7c1f --- /dev/null +++ b/index-test.php @@ -0,0 +1,27 @@ + | + +-----------------------------------------------------------------------+ +*/ + +define('INSTALL_PATH', realpath(__DIR__) . '/'); + +$GLOBALS['env'] = 'test'; + +// include index.php from application root directory +include INSTALL_PATH . 'index.php'; + -- cgit v1.2.3