[Pkg-owncloud-commits] [owncloud] 278/457: Merge pull request #16710 from owncloud/move-invoke-private-to-base-class
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 9ba5081d47e23a92198336ef4366c72c5a996a3b
Merge: 7de2940 d3e3a84
Author: Lukas Reschke <lukas at owncloud.com>
Date: Wed Jun 3 13:41:32 2015 +0200
Merge pull request #16710 from owncloud/move-invoke-private-to-base-class
Move the helpful invokePrivate method to the TestCase class
apps/encryption/tests/lib/HookManagerTest.php | 4 +--
apps/encryption/tests/lib/KeyManagerTest.php | 6 ++--
apps/encryption/tests/lib/MigrationTest.php | 2 +-
apps/encryption/tests/lib/RecoveryTest.php | 2 +-
apps/encryption/tests/lib/crypto/cryptTest.php | 20 +++++++-------
.../encryption/tests/lib/crypto/encryptionTest.php | 10 +++----
apps/files_sharing/tests/external/managertest.php | 20 +++++++-------
.../tests/middleware/sharingcheckmiddleware.php | 6 ++--
tests/core/command/encryption/disabletest.php | 2 +-
tests/core/command/encryption/enabletest.php | 2 +-
.../command/encryption/setdefaultmoduletest.php | 2 +-
tests/core/command/user/deletetest.php | 4 +--
tests/core/command/user/lastseentest.php | 4 +--
tests/lib/activitymanager.php | 2 +-
tests/lib/appframework/http/RequestTest.php | 4 +--
tests/lib/encryption/keys/storage.php | 2 +-
tests/lib/encryption/managertest.php | 2 +-
tests/lib/files/pathverificationtest.php | 10 +++----
tests/lib/files/storage/wrapper/encryption.php | 2 +-
tests/lib/helper.php | 23 ++--------------
tests/lib/http/client/clienttest.php | 6 ++--
tests/lib/mail/mailer.php | 12 ++++----
tests/lib/mail/message.php | 2 +-
tests/lib/ocsclienttest.php | 2 +-
tests/lib/repair/cleantags.php | 6 ++--
tests/lib/security/hasher.php | 9 +++---
tests/lib/setup.php | 2 +-
tests/lib/share/share.php | 2 +-
tests/lib/tempmanager.php | 6 ++--
tests/lib/testcase.php | 32 ++++++++++++++++++++++
.../controller/CheckSetupControllerTest.php | 14 +++++-----
tests/settings/controller/userscontrollertest.php | 8 +++---
32 files changed, 122 insertions(+), 108 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list