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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-05 16:39:21 +0300
committerJoas Schilling <coding@schilljs.com>2016-08-05 16:39:21 +0300
commit5aafc30b1f478dd5975d6c46f69a88bc71f3f51f (patch)
treeccafcb0813e65b2a8cac69e2b7c8e0d4e4436383 /tests
parent29e98912c671af1d6df693adee65d06f05e3a009 (diff)
Fix app name, version and add description
Diffstat (limited to 'tests')
-rw-r--r--tests/Controller/AdminControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Controller/AdminControllerTest.php b/tests/Controller/AdminControllerTest.php
index 11e1ea6..b3acaea 100644
--- a/tests/Controller/AdminControllerTest.php
+++ b/tests/Controller/AdminControllerTest.php
@@ -61,7 +61,7 @@ class AdminControllerTest extends TestCase {
->method('dispatch')
->with('OCP\WorkflowEngine::loadAdditionalSettingScripts');
- $this->l->expects($this->once())
+ $this->l->expects($this->exactly(2))
->method('t')
->willReturnArgument(1);