2019-03-06 09:50:21 +00:00
|
|
|
<?php
|
2024-09-08 13:46:22 +00:00
|
|
|
/**
|
|
|
|
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
*/
|
2019-03-06 09:50:21 +00:00
|
|
|
|
|
|
|
|
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
2024-10-28 12:53:06 +00:00
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|
2019-03-06 09:50:21 +00:00
|
|
|
|
2019-05-06 14:32:31 +00:00
|
|
|
OC_App::loadApp('social');
|
2019-03-06 09:50:21 +00:00
|
|
|
OC_Hook::clear();
|