Files
quicknotes/tests/bootstrap.php
Matias De lellis 886605bc01 Initial release
2016-05-20 09:46:46 -03:00

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