mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
This avoids integration PHP code to use deprecated method and crash when we remove them. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 lines
289 B
PHP
11 lines
289 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
require __DIR__ . '/../../../../vendor-bin/behat/vendor/autoload.php';
|
|
require __DIR__ . '/../../../../3rdparty/autoload.php';
|