aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/dav/tests/bootstrap.php')
-rw-r--r--vendor/sabre/dav/tests/bootstrap.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/sabre/dav/tests/bootstrap.php b/vendor/sabre/dav/tests/bootstrap.php
index d15805382..bc79b86ab 100644
--- a/vendor/sabre/dav/tests/bootstrap.php
+++ b/vendor/sabre/dav/tests/bootstrap.php
@@ -44,7 +44,6 @@ $config = [
];
if (file_exists(__DIR__.'/config.user.php')) {
- $userConfig = [];
include __DIR__.'/config.user.php';
foreach ($userConfig as $key => $value) {
$config[$key] = $value;