diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-10-26 20:31:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 20:31:34 +0200 |
commit | 7904ddd06a2d83e83f121140eec7e7cda4cca650 (patch) | |
tree | a1ab98b3bc278e34de659fe7965ab45f4547207d /apps/files_sharing/tests | |
parent | 9348fd53b1450b80ed279f9caa18ca36e3169b08 (diff) | |
parent | a20546bb5c60a2e6b27daa526ff9536be2f150e3 (diff) | |
download | nextcloud-server-7904ddd06a2d83e83f121140eec7e7cda4cca650.tar.gz nextcloud-server-7904ddd06a2d83e83f121140eec7e7cda4cca650.zip |
Merge pull request #17693 from nextcloud/enh/unused-test-dependency
Remove unused import Punic\Data
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r-- | apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php b/apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php index 54d57dd2d46..175f05fb1da 100644 --- a/apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php +++ b/apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php @@ -39,7 +39,6 @@ use OCP\Share\Exceptions\ShareNotFound; use OCP\Share\IManager; use OCP\Share\IShare; use PHPUnit\Framework\MockObject\MockObject; -use Punic\Data; use Test\TestCase; class PublicPreviewControllerTest extends TestCase { |