Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-03 14:01:38 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-03 14:01:38 +0300
commit342ee51dad64652720f86edf92f10f5a9ac54bae (patch)
tree73a0ba7c1c9ec158f8e42862ba757d81dd27e230 /tests/lib/Repair
parent0b12eb06403687d700fdcfc130f3dcc7164518ea (diff)
Make the test useful
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Repair')
-rw-r--r--tests/lib/Repair/NC12/UpdateLanguageCodesTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Repair/NC12/UpdateLanguageCodesTest.php b/tests/lib/Repair/NC12/UpdateLanguageCodesTest.php
index dfb5ea099f7..4379d1ba589 100644
--- a/tests/lib/Repair/NC12/UpdateLanguageCodesTest.php
+++ b/tests/lib/Repair/NC12/UpdateLanguageCodesTest.php
@@ -160,6 +160,8 @@ class UpdateLanguageCodesTest extends TestCase {
public function testSecondRun() {
/** @var IOutput|\PHPUnit_Framework_MockObject_MockObject $outputMock */
$outputMock = $this->createMock(IOutput::class);
+ $outputMock->expects($this->never())
+ ->method('info');
$this->config->expects($this->once())
->method('getSystemValue')