summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2021-07-01 16:36:00 +0200
committerDaniel Rudolf <github.com@daniel-rudolf.de>2021-07-01 16:39:26 +0200
commit1e5962ae98ba43a68fc33967aea30a1645f9bf17 (patch)
treee609dfb88c1f8b6a4e4fb60cd643a9ba22da7cd1 /tests
parent15a445f743ccf3bcdff69bf09e55367568411c36 (diff)
downloadnextcloud-server-1e5962ae98ba43a68fc33967aea30a1645f9bf17.tar.gz
nextcloud-server-1e5962ae98ba43a68fc33967aea30a1645f9bf17.zip
Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/UrlGeneratorTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/UrlGeneratorTest.php b/tests/lib/UrlGeneratorTest.php
index 5ba2e166829..d16f78ed18c 100644
--- a/tests/lib/UrlGeneratorTest.php
+++ b/tests/lib/UrlGeneratorTest.php
@@ -21,6 +21,7 @@ use OCP\IUserSession;
* Class UrlGeneratorTest
*
* @package Test
+ * @group DB
*/
class UrlGeneratorTest extends \Test\TestCase {
@@ -248,6 +249,7 @@ class UrlGeneratorTest extends \Test\TestCase {
/**
* @dataProvider provideDefaultApps
+ * @group DB
*/
public function testGetDefaultPageUrlWithDefaultApps($defaultAppConfig, $expectedPath, $enabledApps) {
$oldDefaultApps = \OC::$server->getConfig()->getSystemValue('defaultapp', '');