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
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-05-24 12:55:03 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-05-27 09:39:22 +0300
commit1365bf820df0e71fa5e4a53ef7bfc3af82a8eb0a (patch)
tree34a7c54c057e09e905f12e3a38a6bbfda1e0c4f3 /tests
parentab468f0399faf0296965564fbb60c8967a2faeec (diff)
Load a timezone file if no timezone is set
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-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 b8efabac..e806fa91 100644
--- a/tests/unit/AppInfo/RoutesTest.php
+++ b/tests/unit/AppInfo/RoutesTest.php
@@ -85,6 +85,11 @@ class Test extends TestCase {
'providerId' => '1'
]
],
+ [
+ 'name' => 'Timezone#setTimezone',
+ 'url' => '/config/timezone',
+ 'verb' => 'POST',
+ ],
],
];
$this->assertSame($expected, $routes);