From c54a59d51eb924e77df6f6d2bb79ea466d169221 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 22 Apr 2017 18:13:48 -0500 Subject: Remove unused use statements Signed-off-by: Morris Jobke --- apps/dav/tests/unit/Comments/CommentsNodeTest.php | 1 - apps/dav/tests/unit/Comments/CommentsPluginTest.php | 1 - 2 files changed, 2 deletions(-) (limited to 'apps/dav/tests/unit/Comments') diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index 94eaea01d56..226aa57598c 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -26,7 +26,6 @@ namespace OCA\DAV\Tests\unit\Comments; use OCA\DAV\Comments\CommentNode; -use OCP\Comments\IComment; use OCP\Comments\ICommentsManager; use OCP\Comments\MessageTooLongException; 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 */ -- cgit v1.2.3