diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-03 12:01:38 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-03 12:01:38 +0100 |
commit | 342ee51dad64652720f86edf92f10f5a9ac54bae (patch) | |
tree | 73a0ba7c1c9ec158f8e42862ba757d81dd27e230 /tests | |
parent | 0b12eb06403687d700fdcfc130f3dcc7164518ea (diff) | |
download | nextcloud-server-342ee51dad64652720f86edf92f10f5a9ac54bae.tar.gz nextcloud-server-342ee51dad64652720f86edf92f10f5a9ac54bae.zip |
Make the test useful
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Repair/NC12/UpdateLanguageCodesTest.php | 2 |
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') |