summaryrefslogtreecommitdiffstats
path: root/tests/core/command/encryption/disabletest.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-05-04 12:36:50 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-05-04 12:36:50 +0200
commit10144bd7f5b88e4437cb5be4c05c4a3652a80b1c (patch)
tree47c155b1ba21a3f1ecb5dbf2b20c1c5496dd6995 /tests/core/command/encryption/disabletest.php
parent17fedc80dac7acd3d85f1f132455e94d4fd920c6 (diff)
downloadnextcloud-server-10144bd7f5b88e4437cb5be4c05c4a3652a80b1c.tar.gz
nextcloud-server-10144bd7f5b88e4437cb5be4c05c4a3652a80b1c.zip
Display a message when there is a problem with the default module
Diffstat (limited to 'tests/core/command/encryption/disabletest.php')
-rw-r--r--tests/core/command/encryption/disabletest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/command/encryption/disabletest.php b/tests/core/command/encryption/disabletest.php
index 48a6539b243..26c814a9c4e 100644
--- a/tests/core/command/encryption/disabletest.php
+++ b/tests/core/command/encryption/disabletest.php
@@ -72,7 +72,7 @@ class DisableTest extends TestCase {
$this->consoleOutput->expects($this->once())
->method('writeln')
- ->with($expectedString);
+ ->with($this->stringContains($expectedString));
if ($isUpdating) {
$this->config->expects($this->once())