13 lines
299 B
PHP
13 lines
299 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Nextcloud - Tasks
|
||
|
*
|
||
|
* This file is licensed under the Affero General Public License version 3 or
|
||
|
* later. See the COPYING file.
|
||
|
*
|
||
|
* @author Bernhard Posselt <dev@bernhard-posselt.com>
|
||
|
* @copyright Bernhard Posselt 2016
|
||
|
*/
|
||
|
|
||
|
require_once __DIR__ . '/../../../tests/bootstrap.php';
|