diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-11-06 12:06:44 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-11-26 14:48:59 +0100 |
commit | fc16b09a2c437908246869b0f6dc3b13cd47ce82 (patch) | |
tree | d88bf9b91bad17d77427d935d299bf6cdce8e479 /tests/lib/Files/ViewTest.php | |
parent | 1b8cbf115af9e3f0b0997dff2b303d8fae7ca3e9 (diff) | |
download | nextcloud-server-fc16b09a2c437908246869b0f6dc3b13cd47ce82.tar.gz nextcloud-server-fc16b09a2c437908246869b0f6dc3b13cd47ce82.zip |
Files first to use own GenericEvent
* those are added to 18 only anyway :)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/lib/Files/ViewTest.php')
-rw-r--r-- | tests/lib/Files/ViewTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/ViewTest.php b/tests/lib/Files/ViewTest.php index 43a3a06ba0b..c154c28e24a 100644 --- a/tests/lib/Files/ViewTest.php +++ b/tests/lib/Files/ViewTest.php @@ -15,7 +15,6 @@ use OC\Files\Storage\Common; use OC\Files\Storage\Temporary; use OC\Files\Stream\Quota; use OC\Files\View; -use OCP\Constants; use OCP\Files\Config\IMountProvider; use OCP\Files\FileInfo; use OCP\Files\Storage\IStorage; |