summaryrefslogtreecommitdiff
path: root/_test/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-04-23 12:37:07 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-04-23 12:37:07 +0200
commit95d9eba688b6b52170f84ec240414e540f11cdd5 (patch)
tree99d950119a78de9e42ac8adf9b13d29a2ce9375e /_test/conf
parentcc92aca7f711f7758d8ee36cfc1685af7a419667 (diff)
downloadrpg-95d9eba688b6b52170f84ec240414e540f11cdd5.tar.gz
rpg-95d9eba688b6b52170f84ec240414e540f11cdd5.tar.bz2
disable DNS lookups in tests
Diffstat (limited to '_test/conf')
-rw-r--r--_test/conf/local.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php
index 9a8ed9558..ff1299393 100644
--- a/_test/conf/local.php
+++ b/_test/conf/local.php
@@ -7,3 +7,4 @@ $conf['title'] = 'My Test Wiki'; //what to show in the title
$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
$conf['superuser'] = 'testuser'; //password: testpass
+$conf['dnslookups'] = 0; //speedup tests