]> source.dussan.org Git - nextcloud-server.git/commit
remove unnecessary require calls - the ownCloud class loader is supposed to take...
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 30 Oct 2014 16:20:40 +0000 (17:20 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 30 Oct 2014 16:20:40 +0000 (17:20 +0100)
commitf776bcd4a0e58a8803ae4bf922bb278f6a5c5203
treede248013ff131094a6ff91399ae71b17966a9cb6
parent90e523ead09436c54993ea527a1eec3faad7a0bd
remove unnecessary require calls - the ownCloud class loader is supposed to take care of this
34 files changed:
apps/files/tests/helper.php
apps/files_encryption/tests/crypt.php
apps/files_encryption/tests/helper.php
apps/files_encryption/tests/hooks.php
apps/files_encryption/tests/keymanager.php
apps/files_encryption/tests/proxy.php
apps/files_encryption/tests/share.php
apps/files_encryption/tests/stream.php
apps/files_encryption/tests/trashbin.php
apps/files_encryption/tests/util.php
apps/files_encryption/tests/webdav.php
apps/files_sharing/tests/api.php
apps/files_sharing/tests/backend.php
apps/files_sharing/tests/base.php [deleted file]
apps/files_sharing/tests/cache.php
apps/files_sharing/tests/externalstorage.php
apps/files_sharing/tests/helper.php
apps/files_sharing/tests/permissions.php
apps/files_sharing/tests/proxy.php
apps/files_sharing/tests/share.php
apps/files_sharing/tests/sharedmount.php
apps/files_sharing/tests/sharedstorage.php
apps/files_sharing/tests/testcase.php [new file with mode: 0644]
apps/files_sharing/tests/update.php
apps/files_sharing/tests/updater.php
apps/files_sharing/tests/watcher.php
apps/files_trashbin/tests/trashbin.php
apps/files_versions/tests/versions.php
tests/lib/appframework/http/DownloadResponseTest.php
tests/lib/appframework/http/HttpTest.php
tests/lib/appframework/http/JSONResponseTest.php
tests/lib/appframework/http/RedirectResponseTest.php
tests/lib/archive/tar.php
tests/lib/archive/zip.php