summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2011-11-23 20:25:58 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2011-11-23 20:25:58 +0100
commit457ad80ad7c53870fc033997bfbf36e3904f9c4e (patch)
treee4cfc5271b9451ad086d9bd531c94d27384a0518 /_test
parent402e0951b7e3ccf567702515bfe0b09cca8a5a93 (diff)
downloadrpg-457ad80ad7c53870fc033997bfbf36e3904f9c4e.tar.gz
rpg-457ad80ad7c53870fc033997bfbf36e3904f9c4e.tar.bz2
introduced remote api class
Diffstat (limited to '_test')
-rw-r--r--_test/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/index.php b/_test/index.php
index f59c44cf4..64ece4762 100644
--- a/_test/index.php
+++ b/_test/index.php
@@ -11,7 +11,7 @@ if(@file_exists(DOKU_CONF.'local.php')){ require_once(DOKU_CONF.'local.php'); }
$conf['lang'] = 'en';
define('TEST_ROOT', dirname(__FILE__));
define('TMPL_FILESCHEME_PATH', TEST_ROOT . '/filescheme/');
-error_reporting(E_ALL);
+error_reporting(E_ALL & ~E_DEPRECATED);
set_time_limit(600);
ini_set('memory_limit','128M');