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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-03-19 16:01:07 +0300
committerGitHub <noreply@github.com>2018-03-19 16:01:07 +0300
commit82102c6f18d003fc2752014152b79f78d77869c3 (patch)
treeda8101a74623e22918b2d3075fd63e4d42b2eb4a /tests/unit/AppInfo/RoutesTest.php
parent1df4ef8f2beac00e75e76bce495efc8f409c312c (diff)
parent02cde8030b9381c586fd42613fd170eab2b0ab37 (diff)
Merge pull request #196 from nextcloud/multiple-user-back-ends
Multiple user back ends
Diffstat (limited to 'tests/unit/AppInfo/RoutesTest.php')
-rw-r--r--tests/unit/AppInfo/RoutesTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/AppInfo/RoutesTest.php b/tests/unit/AppInfo/RoutesTest.php
index 0ddf2335..ed52025e 100644
--- a/tests/unit/AppInfo/RoutesTest.php
+++ b/tests/unit/AppInfo/RoutesTest.php
@@ -59,6 +59,11 @@ class Test extends TestCase {
'url' => '/saml/error',
'verb' => 'GET',
],
+ [
+ 'name' => 'SAML#selectUserBackEnd',
+ 'url' => '/saml/selectUserBackEnd',
+ 'verb' => 'GET',
+ ],
],
];
$this->assertSame($expected, $routes);