diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-03 01:52:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:05 +0100 |
commit | 3bb6dcea6438e2be46d860e41c27c4314bbdd283 (patch) | |
tree | 447b0e5879480dc6afb9702346bb8e5925047b90 /apps/files_sharing/tests/helper.php | |
parent | 678fe1b8f4c2e0557955e4552621074574970a62 (diff) | |
download | nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.tar.gz nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.zip |
Apply DB group annotation ...
Diffstat (limited to 'apps/files_sharing/tests/helper.php')
-rw-r--r-- | apps/files_sharing/tests/helper.php | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/apps/files_sharing/tests/helper.php b/apps/files_sharing/tests/helper.php index 34a1389db77..1a4a9ee7834 100644 --- a/apps/files_sharing/tests/helper.php +++ b/apps/files_sharing/tests/helper.php @@ -24,26 +24,10 @@ use OCA\Files_sharing\Tests\TestCase; /** - * ownCloud - * - * @author Bjoern Schiessle - * @copyright 2014 Bjoern Schiessle <schiessle@owncloud.com> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE - * License as published by the Free Software Foundation; either - * version 3 of the License, or any later version. - * - * This library 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 along with this library. If not, see <http://www.gnu.org/licenses/>. + * Class Test_Files_Sharing_Helper * + * @group DB */ - class Test_Files_Sharing_Helper extends TestCase { /** |