summaryrefslogtreecommitdiffstats
path: root/tests/psalm-autoload.php
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-17 17:26:34 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-20 14:07:50 +0100
commit30ce6196b8979fbc00b0a12f29050239f9659c1d (patch)
tree1b05d03abf253e067d85a192e30eb23d9387075f /tests/psalm-autoload.php
parent4a107b3d53c4fe651ac704251b99e04a53cd587f (diff)
Add phpstan plugins
remove leftovers from psalm move phpstan and phpcs to static code check Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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';