summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-08 20:28:21 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-08 20:28:21 +0200
commitd8197f2b971f8ed0fb2e4ed0ad7bf498e5bfb66c (patch)
tree9660f538608a6d10adfa9d863aee5374c300249f /tests
parentc6e47e8a5139cccdd51a6c68e112e28b73adaddd (diff)
downloadnextcloud-server-d8197f2b971f8ed0fb2e4ed0ad7bf498e5bfb66c.tar.gz
nextcloud-server-d8197f2b971f8ed0fb2e4ed0ad7bf498e5bfb66c.zip
Rename providerset method to get primary providers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php b/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php
index 3587204aba9..f294e40111d 100644
--- a/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php
+++ b/tests/lib/Authentication/TwoFactorAuth/ProviderSetTest.php
@@ -64,7 +64,7 @@ class ProviderSetTest extends TestCase {
$set = new ProviderSet([$p2, $p1], false);
- $this->assertEquals($expected, $set->get3rdPartyProviders());
+ $this->assertEquals($expected, $set->getPrimaryProviders());
}
public function testGetProvider() {