summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Authentication')
-rw-r--r--tests/lib/Authentication/LoginCredentials/StoreTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Authentication/LoginCredentials/StoreTest.php b/tests/lib/Authentication/LoginCredentials/StoreTest.php
index 9a719339b43..4588eae35f0 100644
--- a/tests/lib/Authentication/LoginCredentials/StoreTest.php
+++ b/tests/lib/Authentication/LoginCredentials/StoreTest.php
@@ -79,6 +79,7 @@ class StoreTest extends TestCase {
$session = $this->createMock(ISession::class);
$this->store->setSession($session);
+ $this->addToAssertionCount(1);
}
public function testGetLoginCredentialsNoTokenProvider() {