mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 23:57:18 +01:00
13 lines
347 B
PHP
13 lines
347 B
PHP
<?php
|
|
/**
|
|
* ownCloud - quicknotes
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*
|
|
* @author Matias De lellis <mati86dl@gmail.com>
|
|
* @copyright Matias De lellis 2016
|
|
*/
|
|
|
|
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
|
require_once __DIR__ . '/../appinfo/autoload.php'; |