diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-24 18:11:20 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-24 18:13:37 +0200 |
commit | a2f34f46b28fe2d072e23768fe8df60c6041d025 (patch) | |
tree | 2d7049b19809c0d51d388dc809231837e350b5d8 /apps/files_versions | |
parent | 89ed2c37bf656ceb772bb6759c8977a7dc78b3fb (diff) | |
download | nextcloud-server-a2f34f46b28fe2d072e23768fe8df60c6041d025.tar.gz nextcloud-server-a2f34f46b28fe2d072e23768fe8df60c6041d025.zip |
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/tests/VersioningTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php index ffbf4e19f98..b146e51c407 100644 --- a/apps/files_versions/tests/VersioningTest.php +++ b/apps/files_versions/tests/VersioningTest.php @@ -40,6 +40,7 @@ require_once __DIR__ . '/../appinfo/app.php'; use OC\Files\Storage\Temporary; use OCP\IConfig; use OCP\IUser; +use OCP\Share\IShare; /** * Class Test_Files_versions |