summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2020-12-27 18:47:22 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 10:23:11 +0200
commit06a45387ef36ec29fb0b80e6481db09911ad1935 (patch)
tree5e6c0e8b137f44cfce3506731ede7e67861e2a12 /tests
parent5e4c927017e82b3c9b12afa098ce0a78aa0c13f9 (diff)
lint & add missing copyright/author information
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Controller/FolderApiV2ControllerTest.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/Unit/Controller/FolderApiV2ControllerTest.php b/tests/Unit/Controller/FolderApiV2ControllerTest.php
index 10c18040c..06b11c099 100644
--- a/tests/Unit/Controller/FolderApiV2ControllerTest.php
+++ b/tests/Unit/Controller/FolderApiV2ControllerTest.php
@@ -5,12 +5,8 @@
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @author David Guillot <david@guillot.me>
- * @copyright 2012 Alessandro Cosentino
- * @copyright 2012-2014 Bernhard Posselt
- * @copyright 2018 David Guillot
+ * @author Paul Tirk <paultirk@paultirk.com>
+ * @copyright 2020 Paul Tirk
*/
namespace OCA\News\Tests\Unit\Controller;
@@ -31,7 +27,6 @@ use OCP\IUserSession;
use PHPUnit\Framework\TestCase;
-
class FolderApiV2ControllerTest extends TestCase
{