diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-07-22 22:28:04 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-07-22 22:28:04 +0200 |
commit | 153337a5becd52e621b1bc948b93889d1df0b77b (patch) | |
tree | f4a92944f868e9ee047f35bf81a3c9f512b9fda6 /apps/testing/appinfo | |
parent | c842678f0a1fb65981a03302895192ddc58479c9 (diff) | |
download | nextcloud-server-153337a5becd52e621b1bc948b93889d1df0b77b.tar.gz nextcloud-server-153337a5becd52e621b1bc948b93889d1df0b77b.zip |
Use IBootstrap for the testing app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/testing/appinfo')
-rw-r--r-- | apps/testing/appinfo/app.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php deleted file mode 100644 index e1690b476ea..00000000000 --- a/apps/testing/appinfo/app.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - -declare(strict_types=1); - -/** - * @copyright Copyright (c) 2016, ownCloud GmbH. - * - * @author Joas Schilling <coding@schilljs.com> - * @author Vincent Petry <pvince81@owncloud.com> - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * - */ - -$app = \OC::$server->query(\OCA\Testing\AppInfo\Application::class); |