summaryrefslogtreecommitdiffstats
path: root/tests/psalm-autoload.php
blob: 3da2d7f550df878a62d1cb133325e8db4e732c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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';