summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 8abf1ff6f..7aab610f3 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -646,3 +646,7 @@ if (file_exists(APPPATH.'config/config-local.php')) {
if (getenv("ENVIRONMENT") === "testsuite" && isset($_SERVER['SERVER_PORT'])) {
$config['base_url'] = 'http://127.0.0.1:'.$_SERVER['SERVER_PORT'].'/';
}
+
+if (getenv("ENVIRONMENT") === "testsuite") {
+ $config['upload_path'] = FCPATH.'testsuite-tmp';
+}