diff options
Diffstat (limited to '_testing/unittests/bootstrap.php')
-rw-r--r-- | _testing/unittests/bootstrap.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/_testing/unittests/bootstrap.php b/_testing/unittests/bootstrap.php deleted file mode 100644 index b5aca6204..000000000 --- a/_testing/unittests/bootstrap.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -define('DOKU_UNITTEST', true); -define('SIMPLE_TEST', true); -if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/'); -define('DOKU_CONF',realpath(dirname(__FILE__).'/../../conf').'/'); - -error_reporting(E_ALL); -set_time_limit(0); -ini_set('memory_limit','2048M'); |