summaryrefslogtreecommitdiffstats
path: root/tests/psalm-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/psalm-autoload.php')
-rw-r--r--tests/psalm-autoload.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/psalm-autoload.php b/tests/psalm-autoload.php
deleted file mode 100644
index 3da2d7f55..000000000
--- a/tests/psalm-autoload.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * Nextcloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Sean Molenaar <sean@seanmolenaar.eu>
- * @copyright Sean Molenaar 2021
- */
-
-require_once __DIR__ . '/../../../3rdparty/autoload.php';
-require_once __DIR__ . '/../vendor/autoload.php';