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>2018-01-25 13:23:12 +0300
committerJoas Schilling <coding@schilljs.com>2018-01-25 13:33:25 +0300
commitbf2be08c9f3b6957a3327929a169eb6204e84cd0 (patch)
tree4738ade539309fea85c5db8e796783c2cdbc0438 /tests/lib/Group
parent24af5c20bd65f8e657bcc495984234088c22e824 (diff)
Fix risky tests without assertions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Group')
-rw-r--r--tests/lib/Group/Backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Group/Backend.php b/tests/lib/Group/Backend.php
index eb17e9bded7..f702d94b2b4 100644
--- a/tests/lib/Group/Backend.php
+++ b/tests/lib/Group/Backend.php
@@ -157,5 +157,7 @@ abstract class Backend extends \Test\TestCase {
$this->backend->createGroup($group);
$this->backend->createGroup($group);
+
+ $this->addToAssertionCount(1);
}
}