Initial COmmit WIP
This commit is contained in:
13
tests/bootstrap.php
Normal file
13
tests/bootstrap.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* ownCloud - deck
|
||||
*
|
||||
* This file is licensed under the Affero General Public License version 3 or
|
||||
* later. See the COPYING file.
|
||||
*
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
* @copyright Julius Härtl 2016
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
||||
require_once __DIR__ . '/../appinfo/autoload.php';
|
||||
Reference in New Issue
Block a user