nextcloud-news/tests/psalm-autoload.php

14 lines
343 B
PHP

<?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';