mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 01:34:12 +08:00
13 lines
No EOL
336 B
PHP
13 lines
No EOL
336 B
PHP
<?php
|
|
/**
|
|
* Nextcloud - passman
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*
|
|
* @author Sander Brand <brantje@gmail.com>
|
|
* @copyright Sander Brand 2016
|
|
*/
|
|
|
|
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
|
require_once __DIR__ . '/../appinfo/autoload.php'; |