From 370594b439c4960af7775dabf2a44cc8965b9be7 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 16 Mar 2018 17:51:37 +0100 Subject: update unit tests Signed-off-by: Bjoern Schiessle --- tests/unit/AppInfo/RoutesTest.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/unit/AppInfo/RoutesTest.php') 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); -- cgit v1.2.3