summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Comments/CommentsPluginTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-24 11:47:37 +0200
committerGitHub <noreply@github.com>2017-04-24 11:47:37 +0200
commit3d671cc536b1b472c746fd4ea8f60135f4935a44 (patch)
tree928a0fd4c13d609f5cadf32fd3271c465830a05a /apps/dav/tests/unit/Comments/CommentsPluginTest.php
parent8a1d3c7e877f143d211af259d08737c0d9aa8cfe (diff)
parentc54a59d51eb924e77df6f6d2bb79ea466d169221 (diff)
downloadnextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.tar.gz
nextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.zip
Merge pull request #4443 from nextcloud/cleanup-unused-imports
Remove unused use statements
Diffstat (limited to 'apps/dav/tests/unit/Comments/CommentsPluginTest.php')
-rw-r--r--apps/dav/tests/unit/Comments/CommentsPluginTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Comments/CommentsPluginTest.php b/apps/dav/tests/unit/Comments/CommentsPluginTest.php
index bb512465a89..265afad96c3 100644
--- a/apps/dav/tests/unit/Comments/CommentsPluginTest.php
+++ b/apps/dav/tests/unit/Comments/CommentsPluginTest.php
@@ -28,7 +28,6 @@ namespace OCA\DAV\Tests\unit\Comments;
use OC\Comments\Comment;
use OCA\DAV\Comments\CommentsPlugin as CommentsPluginImplementation;
use OCP\Comments\IComment;
-use Sabre\DAV\Exception\NotFound;
class CommentsPluginTest extends \Test\TestCase {
/** @var \Sabre\DAV\Server */