aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-02-08 15:40:41 +0100
committerjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-03-07 17:51:19 +0100
commit0cfbe54a5a391d3af6dd37902cda6b914f07480d (patch)
tree200ca74a837b5b1a1eb5001130a7341d7ff28234 /apps/settings/tests
parent55db9780900a848d92af16d4ee1e762a1bfa33b2 (diff)
downloadnextcloud-server-0cfbe54a5a391d3af6dd37902cda6b914f07480d.tar.gz
nextcloud-server-0cfbe54a5a391d3af6dd37902cda6b914f07480d.zip
Create headings for settings pages
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/settings/tests')
-rw-r--r--apps/settings/tests/Controller/AppSettingsControllerTest.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings/tests/Controller/AppSettingsControllerTest.php b/apps/settings/tests/Controller/AppSettingsControllerTest.php
index 28d77dc3696..8d0dae223d3 100644
--- a/apps/settings/tests/Controller/AppSettingsControllerTest.php
+++ b/apps/settings/tests/Controller/AppSettingsControllerTest.php
@@ -209,7 +209,8 @@ class AppSettingsControllerTest extends TestCase {
'appstoreEnabled' => true,
'bundles' => [],
'developerDocumentation' => ''
- ]
+ ],
+ 'pageTitle' => 'Apps'
],
'user');
$expected->setContentSecurityPolicy($policy);
@@ -243,7 +244,8 @@ class AppSettingsControllerTest extends TestCase {
'appstoreEnabled' => false,
'bundles' => [],
'developerDocumentation' => ''
- ]
+ ],
+ 'pageTitle' => 'Apps'
],
'user');
$expected->setContentSecurityPolicy($policy);