diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-04 12:36:50 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-04 12:36:50 +0200 |
commit | 10144bd7f5b88e4437cb5be4c05c4a3652a80b1c (patch) | |
tree | 47c155b1ba21a3f1ecb5dbf2b20c1c5496dd6995 /tests/core/command/encryption/disabletest.php | |
parent | 17fedc80dac7acd3d85f1f132455e94d4fd920c6 (diff) | |
download | nextcloud-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.php | 2 |
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()) |