summaryrefslogtreecommitdiffstats
path: root/tests/Settings
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-01-29 10:38:05 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-29 20:47:35 +0100
commit15abcff2a199f9d80baabbc39778765a2458acd2 (patch)
treec535c00106a36d2b9b4a225172da1939ee100779 /tests/Settings
parent754932c7569f61fddd152151fcdcae6dbce9e834 (diff)
downloadnextcloud-server-15abcff2a199f9d80baabbc39778765a2458acd2.tar.gz
nextcloud-server-15abcff2a199f9d80baabbc39778765a2458acd2.zip
Expose subadmin to OCP
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/Settings')
-rw-r--r--tests/Settings/Controller/AppSettingsControllerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Settings/Controller/AppSettingsControllerTest.php b/tests/Settings/Controller/AppSettingsControllerTest.php
index 14e537437ff..7ae815cc4fa 100644
--- a/tests/Settings/Controller/AppSettingsControllerTest.php
+++ b/tests/Settings/Controller/AppSettingsControllerTest.php
@@ -44,6 +44,8 @@ use OCP\App\IAppManager;
* Class AppSettingsControllerTest
*
* @package Tests\Settings\Controller
+ *
+ * @group DB
*/
class AppSettingsControllerTest extends TestCase {
/** @var AppSettingsController */