eb179b0087
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
12 lines
299 B
PHP
12 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';
|