summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-02-15 22:41:29 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-02-15 22:41:29 +0100
commit173836b95af7cdc87cb603c5d98494b02242a949 (patch)
tree02e40d82b975e527ff4177e213c58aedd23b14d6 /apps/files_external/tests
parent685c13e091e25b6df0b93285446e61bdc4d7315b (diff)
downloadnextcloud-server-173836b95af7cdc87cb603c5d98494b02242a949.tar.gz
nextcloud-server-173836b95af7cdc87cb603c5d98494b02242a949.zip
typos in doc, no code changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/Config/UserPlaceholderHandlerTest.php2
-rw-r--r--apps/files_external/tests/Service/BackendServiceTest.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php b/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
index d44a146cc80..b6103c20b46 100644
--- a/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
+++ b/apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @copyright Copyright (c) 2018 Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @copyright Copyright (c) 2019 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
*
diff --git a/apps/files_external/tests/Service/BackendServiceTest.php b/apps/files_external/tests/Service/BackendServiceTest.php
index 1e3b6b58751..71990553e8d 100644
--- a/apps/files_external/tests/Service/BackendServiceTest.php
+++ b/apps/files_external/tests/Service/BackendServiceTest.php
@@ -220,6 +220,7 @@ class BackendServiceTest extends \Test\TestCase {
public function invalidConfigPlaceholderProvider() {
return [
[['@user']],
+ [['$user']],
[['hællo']],
[['spa ce']],
[['yo\o']],