mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Make the test useful
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0b12eb0640
commit
342ee51dad
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue